Skip to content

Commit

Permalink
Merge pull request #819 from globus/only-py37-mindeps
Browse files Browse the repository at this point in the history
Tighten requirements generation and testing
  • Loading branch information
kurtmckee authored Aug 18, 2023
2 parents 05745d7 + f1a767e commit 7473646
Show file tree
Hide file tree
Showing 17 changed files with 15 additions and 653 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.x'
python-version: '3.11'
- run: python -m pip install -U tox
- run: tox -e mypy,mypy-mindeps,mypy-test
- run: tox -e mypy,mypy-test

test:
strategy:
Expand Down
8 changes: 1 addition & 7 deletions requirements/docs.in
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
# New versions of Sphinx introduce a compatibility bug with Furo,
# causing Furo to throw the following exception:
#
# This documentation is not using `furo.css` as the stylesheet
#
# Sphinx 7.1.2 builds successfully.
sphinx==7.1.2
sphinx
sphinx-copybutton
sphinx-issues
furo
Expand Down
58 changes: 0 additions & 58 deletions requirements/py3.10/test-mindeps.txt

This file was deleted.

45 changes: 0 additions & 45 deletions requirements/py3.10/typing-mindeps.txt

This file was deleted.

44 changes: 0 additions & 44 deletions requirements/py3.10/typing.txt

This file was deleted.

4 changes: 2 additions & 2 deletions requirements/py3.11/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ charset-normalizer==3.2.0
# via requests
docutils==0.20.1
# via sphinx
furo==2023.7.26
furo==2023.8.17
# via -r docs.in
idna==3.4
# via requests
Expand Down Expand Up @@ -44,7 +44,7 @@ snowballstemmer==2.2.0
# via sphinx
soupsieve==2.4.1
# via beautifulsoup4
sphinx==7.1.2
sphinx==7.2.2
# via
# -r docs.in
# furo
Expand Down
54 changes: 0 additions & 54 deletions requirements/py3.11/test-mindeps.txt

This file was deleted.

43 changes: 0 additions & 43 deletions requirements/py3.11/typing-mindeps.txt

This file was deleted.

48 changes: 0 additions & 48 deletions requirements/py3.7/typing-mindeps.txt

This file was deleted.

47 changes: 0 additions & 47 deletions requirements/py3.7/typing.txt

This file was deleted.

Loading

0 comments on commit 7473646

Please sign in to comment.