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,7 +1,7 @@
|
||||
#
|
||||
# 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
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -70,7 +70,8 @@ chmod a-x docs/*.txt
|
||||
%check
|
||||
export DJANGO_SETTINGS_MODULE=testfixtures.tests.test_django.settings
|
||||
export PYTHONPATH=$(pwd)
|
||||
%pytest testfixtures/tests
|
||||
# gh#Simplistix/testfixtures#156
|
||||
%pytest testfixtures/tests -k 'not test_manage'
|
||||
|
||||
%files %{python_files}
|
||||
%license LICENSE.txt
|
||||
|
||||
Reference in New Issue
Block a user