Skip to content

Commit

Permalink
Merge pull request #284 from ExaWorks/updated_requirements_to_include…
Browse files Browse the repository at this point in the history
…_requests

Make req-dev include req-tests and add requests explicitly to req-tests
  • Loading branch information
wilke authored Sep 21, 2022
2 parents ba985e7 + 4209e33 commit 940906a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
3 changes: 1 addition & 2 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,9 @@
-r requirements-connector-radical.txt

# Testing / QA
-r requirements-tests.txt
mypy >=0.931
pytest >= 6.2.0
flake8
flake8-docstrings
autopep8
types-requests

5 changes: 5 additions & 0 deletions requirements-tests.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,7 @@
# Things needed to run the tests

-r requirements.txt
-r requirements-connector-radical.txt

pytest >= 6.2.0
requests >= 2.25.1

0 comments on commit 940906a

Please sign in to comment.