Skip to content

Commit

Permalink
Pin test requirements - fix pytest sugar ci (#374)
Browse files Browse the repository at this point in the history
* test fake pr

* pin pytest and pytest sugar

* rmv jupyter from dev req

* pin test requirements
  • Loading branch information
Christoph Rieke authored Oct 25, 2022
1 parent 7aa3968 commit d03aa63
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ theme:
# 404 page
static_templates:
- 404.html
# Don't include MkDocs' JavaScript
# Don't include MkDocs' JavaScript
include_search_page: false
search_index_only: true
# Default values, taken from mkdocs_theme.yml
Expand Down
13 changes: 6 additions & 7 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,19 +1,18 @@
nbconvert
black
requests-mock
requests-mock==1.9.3
pylint==2.8.3
pytest
pytest-pylint
pytest-sugar
pytest==7.1.1
pytest-pylint==0.18.0
pytest-sugar==0.9.4
mypy==0.902
python-dateutil
python-dateutil==2.8.2
types-python-dateutil
types-requests
types-mock
types-click
mypy-extensions
mypy-extensions==0.4.3
pytest-cov
pytest-mypy
mock
twine
jupyter

0 comments on commit d03aa63

Please sign in to comment.