mirror of
https://github.com/release-engineering/dist-git.git
synced 2025-02-23 15:02:54 +00:00
Utilize pytest instead of the deprecated nose test runner
Closes: #54 Closes: #58
This commit is contained in:
parent
042f4eb041
commit
11d258a0a4
1 changed files with 2 additions and 2 deletions
|
@ -50,7 +50,7 @@ Requires: python3-requests
|
|||
Recommends: python3-grokmirror
|
||||
Suggests: python3-fedmsg
|
||||
Suggests: fedora-messaging
|
||||
BuildRequires: python3-nose
|
||||
BuildRequires: python3-pytest
|
||||
BuildRequires: python3-parameterized
|
||||
BuildRequires: python3-requests
|
||||
|
||||
|
@ -118,7 +118,7 @@ exit 0
|
|||
%if 0%{?rhel} && 0%{?rhel} < 8
|
||||
nosetests .
|
||||
%else
|
||||
nosetests-3 .
|
||||
pytest
|
||||
%endif
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue