diff --git a/pytest-profiling-1.6.0.tar.gz b/pytest-profiling-1.6.0.tar.gz deleted file mode 100644 index 5d4a4ae..0000000 --- a/pytest-profiling-1.6.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e44f8cddffa68e1b5a99bce64f60e91d7ec28175dc4b6ac57d7c6ac39135ec1f -size 29836 diff --git a/pytest-profiling-1.7.0.tar.gz b/pytest-profiling-1.7.0.tar.gz new file mode 100644 index 0000000..b0531ee --- /dev/null +++ b/pytest-profiling-1.7.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93938f147662225d2b8bd5af89587b979652426a8a6ffd7e73ec4a23e24b7f29 +size 30985 diff --git a/python-pytest-profiling.changes b/python-pytest-profiling.changes index 4cb9896..b0043da 100644 --- a/python-pytest-profiling.changes +++ b/python-pytest-profiling.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Jun 3 09:16:15 UTC 2019 - Tomáš Chvátal + +- Update to 1.7.0: + * Support for pytest 4 + ------------------------------------------------------------------- Thu Mar 21 01:32:01 AM UTC 2019 - John Vandenberg diff --git a/python-pytest-profiling.spec b/python-pytest-profiling.spec index 5ce00bb..4b1bb37 100644 --- a/python-pytest-profiling.spec +++ b/python-pytest-profiling.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-pytest-profiling -Version: 1.6.0 +Version: 1.7.0 Release: 0 Summary: Profiling plugin for pytest License: MIT @@ -36,8 +36,8 @@ BuildArch: noarch # SECTION test requirements BuildRequires: %{python_module gprof2dot} BuildRequires: %{python_module more-itertools} -BuildRequires: %{python_module pytest} BuildRequires: %{python_module pytest-virtualenv} +BuildRequires: %{python_module pytest} BuildRequires: %{python_module six} # /SECTION %python_subpackages @@ -47,7 +47,6 @@ Profiling plugin for py.test %prep %setup -q -n pytest-profiling-%{version} -sed -i 's:pytest<[0-9.]*:pytest:g' setup.py # Unpin sed -i 's/more-itertools==5.0.0/more-itertools/' tests/integration/test_profile_integration.py @@ -60,7 +59,7 @@ sed -i 's/more-itertools==5.0.0/more-itertools/' tests/integration/test_profile_ %check # integration tests omit as they try to use the system image instead of buildroot -%python_exec -m pytest -k 'not test_profile_integration' +%pytest -k 'not test_profile_integration' %files %{python_files} %doc CHANGES.md README.md