Skip to content

Commit d57208b

Browse files
committed
fix: tests dependecies for tox on rpmbuild
1 parent 0fd0e00 commit d57208b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

rpm/python3-badfish.spec.tpl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ BuildRequires: zlib-devel
3030

3131
%build
3232
%py3_build
33+
%{__python3} -m pip install --user -r tests/test-requirements.txt
3334

3435
%install
3536
%py3_install

tests/test-requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@ codecov==2.1.13
99
asynctest==0.13.0
1010
pyyaml>=3.10
1111
aiohttp>=3.7.4
12+
tox>=4.11.0

0 commit comments

Comments
 (0)