Skip to content

Commit

Permalink
split reqs
Browse files Browse the repository at this point in the history
  • Loading branch information
rsarm committed May 30, 2024
1 parent 0873bd9 commit 30bd047
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@ jobs:
python-version: '3.11'

- name: Install dependencies
run: pip install -r requirements.txt

run: |
pip install -r requirements.txt
pip install -r requirements-tests.txt
- name: Run Unit Tests
run: pytest . -vvv
4 changes: 4 additions & 0 deletions requirements-tests.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
pytest==7.4.2
pytest_httpserver==1.0.10
werkzeug==3.0.1
pytest-asyncio==0.23.7
4 changes: 0 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,3 @@ jupyterhub==4.1.5
pyfirecrest==2.1.0
SQLAlchemy==1.4.52
oauthenticator==16.0.7
pytest==7.4.2
pytest_httpserver==1.0.10
werkzeug==3.0.1
pytest-asyncio==0.23.7

0 comments on commit 30bd047

Please sign in to comment.