Skip to content

Commit

Permalink
Merge pull request #6088 from cylc/8.2.x-sync
Browse files Browse the repository at this point in the history
🤖 Merge 8.2.x-sync into master
  • Loading branch information
MetRonnie authored Apr 30, 2024
2 parents f416021 + 7717410 commit e87dbd6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
1 change: 0 additions & 1 deletion .github/workflows/test_fast.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ jobs:
# mac os test
- os: 'macos-11'
python-version: '3.7' # oldest supported version

# non-utc timezone test
- os: 'ubuntu-latest'
python-version: '3.9' # not the oldest, not the most recent version
Expand Down
6 changes: 2 additions & 4 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -119,13 +119,11 @@ tests =
flake8>=3.0.0
mypy>=0.910,<1.9
# https://github.com/pytest-dev/pytest-asyncio/issues/706
pytest-asyncio>=0.17,!=0.23.*
pytest-asyncio>=0.21.2,!=0.23.*
pytest-cov>=2.8.0
pytest-xdist>=2
pytest-mock>=3.7
# pytest-8.2.0 causing integration test failures:
# AttributeError: 'FixtureDef' object has no attribute 'unittest'
pytest>=6,!=8.2.0
pytest>=6
testfixtures>=6.11.0
towncrier>=23
# Type annotation stubs
Expand Down

0 comments on commit e87dbd6

Please sign in to comment.