forked from pool/python-testfixtures
- Skip a test that has some fundamental disagreements with Django 3.2.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-testfixtures?expand=0&rev=35
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Apr 28 06:50:55 UTC 2021 - Steve Kowalik <steven.kowalik@suse.com>
|
||||||
|
|
||||||
|
- Skip a test that has some fundamental disagreements with Django 3.2.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Dec 18 09:50:52 UTC 2020 - John Vandenberg <jayvdb@gmail.com>
|
Fri Dec 18 09:50:52 UTC 2020 - John Vandenberg <jayvdb@gmail.com>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-testfixtures
|
# spec file for package python-testfixtures
|
||||||
#
|
#
|
||||||
# Copyright (c) 2020 SUSE LLC
|
# Copyright (c) 2021 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -70,7 +70,8 @@ chmod a-x docs/*.txt
|
|||||||
%check
|
%check
|
||||||
export DJANGO_SETTINGS_MODULE=testfixtures.tests.test_django.settings
|
export DJANGO_SETTINGS_MODULE=testfixtures.tests.test_django.settings
|
||||||
export PYTHONPATH=$(pwd)
|
export PYTHONPATH=$(pwd)
|
||||||
%pytest testfixtures/tests
|
# gh#Simplistix/testfixtures#156
|
||||||
|
%pytest testfixtures/tests -k 'not test_manage'
|
||||||
|
|
||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%license LICENSE.txt
|
%license LICENSE.txt
|
||||||
|
Reference in New Issue
Block a user