added new file for development modules
This commit is contained in:
3
develop_requirements.txt
Normal file
3
develop_requirements.txt
Normal file
@@ -0,0 +1,3 @@
|
||||
pytest==7.4.*
|
||||
pytest-cov==4.1.*
|
||||
pytest-factoryboy==2.5.*
|
||||
@@ -5,6 +5,3 @@ progressbar==2.5
|
||||
virtualenv==20.25.*
|
||||
requests==2.31.*
|
||||
filetype>=1.0.7
|
||||
pytest==7.4.*
|
||||
pytest-cov==4.1.*
|
||||
pytest-factoryboy==2.5.*
|
||||
@@ -1,5 +1,6 @@
|
||||
apk add --update libmagic
|
||||
pip3.12 install -r requirements.txt
|
||||
pip3.12 install -r develop_requirements.txt
|
||||
pwd
|
||||
sh tests/start_tests.sh
|
||||
|
||||
|
||||
Reference in New Issue
Block a user