Skip to content

Commit 2efb300

Browse files
authored
Merge pull request #419 from grafuls/development
fix: tests dependecies for tox on rpmbuild
2 parents fe1f400 + 757f36d commit 2efb300

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.8.0

0 commit comments

Comments
 (0)