Skip to content

Commit

Permalink
Fix test namespace and location
Browse files Browse the repository at this point in the history
  • Loading branch information
MegaAnda123 committed Dec 19, 2024
1 parent c970110 commit 337514d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
10 changes: 4 additions & 6 deletions poetry.lock

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

5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ docutils = {version="0.20.1", optional=true} # Pinned due to problems with OS sp
rstcheck-core = {version="^1.2.1", optional=true}
ert = {version=">11.1.0", optional=true}
pyqt5-qt5 = {version="5.15.2", optional=true} # Pinned due to problems with OS spesific builds
pytest = "^8.3.3"
pytest-xdist = "^3.6.1"
pytest-env = "^1"

[tool.poetry.group.dev.dependencies]
black = "^24.4.2"
Expand All @@ -41,8 +44,6 @@ pytest-env = "^1"

[tool.poetry.extras]
ert = ["rstcheck-core", "ert", "pyqt5-qt5", "docutils"]

[project.optional-dependencies]
test = ["pytest", "pytest-xdist", "pytest-env"]

[tool.poetry.scripts]
Expand Down

0 comments on commit 337514d

Please sign in to comment.