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 5, 2022
1 parent 314c770 commit 9116307
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 49 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
84 changes: 35 additions & 49 deletions gateware/poetry.lock

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

3 changes: 3 additions & 0 deletions gateware/pyproject.toml
Expand Up @@ -25,6 +25,9 @@ cocotb-test = {git = "https://github.com/nelgau/cocotb-test.git", branch="master
[tool.poetry.dev-dependencies]
pytest = "^5.2"

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

[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"

0 comments on commit 9116307

Please sign in to comment.