diff --git a/.files b/.files index ea16f64..252a227 100644 Binary files a/.files and b/.files differ diff --git a/.rev b/.rev index a4c0ec4..2ce212d 100644 --- a/.rev +++ b/.rev @@ -24,4 +24,12 @@ 976603 + + 1a8613223fd43932f2a855b2f6798a30 + 2.1.1 + + dimstar_suse + + 979156 + diff --git a/python-django-money.changes b/python-django-money.changes index 361829f..f4df3ac 100644 --- a/python-django-money.changes +++ b/python-django-money.changes @@ -1,4 +1,9 @@ ------------------------------------------------------------------- +Wed May 25 07:28:34 UTC 2022 - Markéta Machová + +- Do not require pytest-pythonpath for build + +------------------------------------------------------------------- Thu May 12 11:45:54 UTC 2022 - John Vandenberg - Update to v2.1.1 diff --git a/python-django-money.spec b/python-django-money.spec index 3b22687..9295bf9 100644 --- a/python-django-money.spec +++ b/python-django-money.spec @@ -44,7 +44,6 @@ BuildRequires: %{python_module django-reversion} BuildRequires: %{python_module py-moneyed >= 0.8.0} BuildRequires: %{python_module pytest >= 3.1.0} BuildRequires: %{python_module pytest-django} -BuildRequires: %{python_module pytest-pythonpath} BuildRequires: %{python_module setuptools} # /SECTION %python_subpackages @@ -65,6 +64,7 @@ Django money and currency fields in models and forms. %python_expand %fdupes %{buildroot}%{$python_sitelib} %check +PYTHONPATH=. export DJANGO_SETTINGS_MODULE=tests.settings # we don't have python-mixer and it is needed only for tests %pytest -k "not (mixer or test_no_deprecation_warning)"