Skip to content

Commit

Permalink
Finalize extra retry removal (#121)
Browse files Browse the repository at this point in the history
  • Loading branch information
ssbarnea authored Feb 25, 2022
1 parent 7391b66 commit 1b281c3
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ repos:
name: Upgrade contraints files and requirements
files: ^(setup\.py|setup\.cfg|constraints\.txt)$
language: python
entry: python -m piptools compile --upgrade -q --extra test --extra retry --output-file=constraints.txt setup.cfg
entry: python -m piptools compile --upgrade -q --extra test --output-file=constraints.txt setup.cfg
pass_filenames: false
stages:
- manual
Expand All @@ -121,7 +121,7 @@ repos:
name: Check contraints files and requirements
files: ^(setup\.py|setup\.cfg|constraints\.txt)$
language: python
entry: python -m piptools compile -q --extra test --extra retry --output-file=constraints.txt setup.cfg
entry: python -m piptools compile -q --extra test --output-file=constraints.txt setup.cfg
pass_filenames: false
additional_dependencies:
- pip-tools>=6.4.0
Expand Down
2 changes: 1 addition & 1 deletion constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This file is autogenerated by pip-compile with python 3.9
# To update, run:
#
# pip-compile --extra=retry --extra=test --output-file=constraints.txt setup.cfg
# pip-compile --extra=test --output-file=constraints.txt setup.cfg
#
attrs==21.2.0
# via pytest
Expand Down
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ packaging==21.3
# via sphinx
pathtools==0.1.2
# via sphinx-autobuild
port_for==0.3.1
port-for==0.3.1
# via sphinx-autobuild
pygments==2.10.0
# via
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ deps =
ansible210: ansible-base>=2.10,<2.11
ansible211: ansible-core>=2.11,<2.12
devel: ansible-core @ git+https://github.com/ansible/ansible.git # GPLv3+
--editable .[retry,test]
--editable .[test]
commands =
ansible --version
# We add coverage options but not making them mandatory as we do not want to force
Expand Down

0 comments on commit 1b281c3

Please sign in to comment.