Skip to content

Commit

Permalink
Update pytest to fix assertion issue under Py3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
nelgau committed Oct 6, 2022
1 parent 314c770 commit f2142bb
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 53 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Expand Up @@ -3,6 +3,9 @@ __pycache__/
*.py[cod]
*$py.class

# Pytest
.pytest_cache/

# C extensions
*.so

Expand Down
90 changes: 38 additions & 52 deletions gateware/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion gateware/pyproject.toml
Expand Up @@ -23,7 +23,7 @@ cocotb = "^1.7.1"
cocotb-test = {git = "https://github.com/nelgau/cocotb-test.git", branch="master"}

[tool.poetry.dev-dependencies]
pytest = "^5.2"
pytest = "^7.1.3"

[build-system]
requires = ["poetry-core>=1.0.0"]
Expand Down

0 comments on commit f2142bb

Please sign in to comment.