Skip to content

Commit

Permalink
[build] adding pytest-lazy-fixture requirement for operatives testing
Browse files Browse the repository at this point in the history
  • Loading branch information
mscaudill committed Aug 9, 2023
1 parent 949c02d commit 4962527
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 179 deletions.
2 changes: 2 additions & 0 deletions develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ dependencies:
# pypi packages
- pip
- pip:
# testing
- pytest-lazy-fixture
# spell checking
- codespell
# versioning
Expand Down
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,12 @@ dev = ["isort",
"mkdocs-jupyter",
"pytest",
"pytest-cov",
"pytest-lazy-fixture",
"pip-tools",
"build",
"twine"
]
test = ["pytest", "pytest-cov"]
test = ["pytest", "pytest-cov", "pytest-lazy-fixture"]

[project.urls]
Homepage = "https://github.com/mscaudill/openseize"
Expand Down
178 changes: 0 additions & 178 deletions tests/test_protools.py

This file was deleted.

0 comments on commit 4962527

Please sign in to comment.