Skip to content

Commit

Permalink
WIP relax requirements and pin alabaster, to attempt to resolve build…
Browse files Browse the repository at this point in the history
… failures
  • Loading branch information
jantman committed Jan 14, 2024
1 parent 8245e2c commit 32a891a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ python-dateutil==2.8.1
python-editor==1.0.4
pytz
requests
selenium==3.141.0
selenium
six==1.14.0
versionfinder>=1.0.0
wishlist==0.2.2
Expand Down
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ setenv =
PLAID_COUNTRY_CODES=US
deps =
-r{toxinidir}/requirements.txt
alabaster==0.7.12
docutils==0.16
pygments==2.6.1
sphinx==1.5.5
Expand Down Expand Up @@ -108,7 +109,7 @@ commands =
[testenv:docker]
deps =
-r{toxinidir}/requirements.txt
docker==2.2.1
docker
passenv = {[testenv]passenv},DOCKER_TEST_TAG,DOCKER_BUILD_VER,TEST_DOCKER,GITHUB_OUTPUT
setenv = {[testenv]setenv}
basepython = python3.10
Expand Down

0 comments on commit 32a891a

Please sign in to comment.