From a20d36e1101d9b236f482b064d86e95e9244c899 Mon Sep 17 00:00:00 2001 From: Felix Schwarz Date: Sep 10 2020 22:14:54 +0000 Subject: WIP: use pytest instead of tox --- diff --git a/python-dns-lexicon.spec b/python-dns-lexicon.spec index ff57152..66990de 100644 --- a/python-dns-lexicon.spec +++ b/python-dns-lexicon.spec @@ -184,8 +184,7 @@ rm setup.py TEST_SELECTOR="not AutoProviderTests and not TransipProviderTests and not SoftLayerProviderTests and not NamecheapProviderTests and not NamecheapManagedProviderTests and not GransyProviderTests and not LocalzoneProviderTests" %if 0%{?fedora} # EPEL 8 does not provide the python3-pytest-vcr package -#py.test-3 -v -k "${TEST_SELECTOR}" lexicon -%tox +py.test-3 -v -k "${TEST_SELECTOR}" lexicon %endif %install