Support pytest 4

https://bitbucket.org/mchaput/whoosh/pull-requests/86
This commit is contained in:
Miro Hrončok 2019-03-20 11:52:22 +01:00
parent 8529fe3bce
commit 0edca4b32a

View File

@ -40,6 +40,8 @@ works can be extended or replaced to meet your needs exactly.
%prep
%setup -q -n %{mod_name}-%{version}
# pytest 4
sed -i 's/\[pytest\]/\[tool:pytest\]/' setup.cfg
%build
%py3_build