Skip to content

Commit

Permalink
Bump pytest-asyncio to 0.24
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhollas committed Nov 18, 2024
1 parent 6849e4f commit 974613f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ tests = [
'pg8000~=1.13',
'pgtest~=1.3,>=1.3.1',
'pytest~=8.0',

Check warning on line 237 in pyproject.toml

View workflow job for this annotation

GitHub Actions / check-requirements

No match for dependency 'pytest~=8.0' in: requirements/requirements-py-3.11.txt,requirements/requirements-py-3.9.txt,requirements/requirements-py-3.10.txt,requirements/requirements-py-3.12.txt

Check warning on line 237 in pyproject.toml

View workflow job for this annotation

GitHub Actions / check-requirements

No match for dependency 'pytest~=8.0' in: requirements/requirements-py-3.11.txt,requirements/requirements-py-3.9.txt,requirements/requirements-py-3.10.txt,requirements/requirements-py-3.12.txt
'pytest-asyncio~=0.12,<0.17',
'pytest-asyncio~=0.24',

Check warning on line 238 in pyproject.toml

View workflow job for this annotation

GitHub Actions / check-requirements

No match for dependency 'pytest-asyncio~=0.24' in: requirements/requirements-py-3.11.txt,requirements/requirements-py-3.9.txt,requirements/requirements-py-3.10.txt,requirements/requirements-py-3.12.txt

Check warning on line 238 in pyproject.toml

View workflow job for this annotation

GitHub Actions / check-requirements

No match for dependency 'pytest-asyncio~=0.24' in: requirements/requirements-py-3.11.txt,requirements/requirements-py-3.9.txt,requirements/requirements-py-3.10.txt,requirements/requirements-py-3.12.txt
'pytest-timeout~=2.0',
'pytest-cov~=4.1',
'pytest-rerunfailures~=12.0',
Expand Down

2 comments on commit 974613f

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The requirements/ files are missing dependencies specified in the 'pyproject.toml' file.

pyproject.toml238: No match for dependency pytest-asyncio~=0.24 in:

  • requirements/requirements-py-3.10.txt
  • requirements/requirements-py-3.11.txt
  • requirements/requirements-py-3.12.txt
  • requirements/requirements-py-3.9.txt
    pyproject.toml237: No match for dependency pytest~=8.0 in:
  • requirements/requirements-py-3.10.txt
  • requirements/requirements-py-3.11.txt
  • requirements/requirements-py-3.12.txt
  • requirements/requirements-py-3.9.txt

Click here for more information on dependency management.

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The requirements/ files are missing dependencies specified in the 'pyproject.toml' file.

pyproject.toml238: No match for dependency pytest-asyncio~=0.24 in:

  • requirements/requirements-py-3.10.txt
  • requirements/requirements-py-3.11.txt
  • requirements/requirements-py-3.12.txt
  • requirements/requirements-py-3.9.txt
    pyproject.toml237: No match for dependency pytest~=8.0 in:
  • requirements/requirements-py-3.10.txt
  • requirements/requirements-py-3.11.txt
  • requirements/requirements-py-3.12.txt
  • requirements/requirements-py-3.9.txt

Click here for more information on dependency management.

Please sign in to comment.