From 8d5b3bc9301a3e1388fd6fcdff6ee13b2779adf666cf38fab27e817811853822 Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Wed, 28 Apr 2021 06:51:54 +0000 Subject: [PATCH] - 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 --- python-testfixtures.changes | 5 +++++ python-testfixtures.spec | 5 +++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/python-testfixtures.changes b/python-testfixtures.changes index bf7fa56..085ea15 100644 --- a/python-testfixtures.changes +++ b/python-testfixtures.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Apr 28 06:50:55 UTC 2021 - Steve Kowalik + +- Skip a test that has some fundamental disagreements with Django 3.2. + ------------------------------------------------------------------- Fri Dec 18 09:50:52 UTC 2020 - John Vandenberg diff --git a/python-testfixtures.spec b/python-testfixtures.spec index adac44a..ea8a6eb 100644 --- a/python-testfixtures.spec +++ b/python-testfixtures.spec @@ -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