Skip to content

Commit

Permalink
chore(Python client): Rename requirements file for consistency
Browse files Browse the repository at this point in the history
Also means that Renovate updgrades to the version numbers of these does not trigger a new semantic version.
  • Loading branch information
nokome committed Jan 25, 2021
1 parent cf908d2 commit 1f746a6
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion clients/python/.openapi-generator-ignore
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@
git_push.sh
README.md
requirements.txt
test-requirements.txt
requirements-dev.txt
tox.ini
File renamed without changes.
2 changes: 1 addition & 1 deletion clients/python/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ envlist = py3

[testenv]
deps=-r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
-r{toxinidir}/requirements-dev.txt

commands=
pytest --cov=stencila.hub

0 comments on commit 1f746a6

Please sign in to comment.