diff --git a/python-dparse.changes b/python-dparse.changes index a2f8555..6f8c866 100644 --- a/python-dparse.changes +++ b/python-dparse.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Apr 16 12:30:22 CEST 2019 - Matej Cepl + +- Although pipenv is required by upstream, tests pass even + without it, and we don't have it packaged yet. + ------------------------------------------------------------------- Tue Feb 12 00:59:00 UTC 2019 - John Vandenberg diff --git a/python-dparse.spec b/python-dparse.spec index 51af4d4..353d36c 100644 --- a/python-dparse.spec +++ b/python-dparse.spec @@ -37,7 +37,6 @@ BuildArch: noarch %if %{with test} BuildRequires: %{python_module PyYAML} BuildRequires: %{python_module packaging} -BuildRequires: %{python_module pipenv} BuildRequires: %{python_module pytest} BuildRequires: %{python_module six} %endif @@ -61,7 +60,7 @@ A parser for Python dependency files. %check # There is a bug in the pipenv support, related to writing a new toml file. # Both dparse and pipenv have a vendored copy of different toml libraries. -%python_expand py.test-%{$python_bin_suffix} --deselect 'tests/test_updater.py::test_update_pipfile' +%pytest --deselect 'tests/test_updater.py::test_update_pipfile' %endif %files %{python_files}