Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test: Remove 'src' from pytest test testpaths to allow for non-editable install in CI #1467

Merged
merged 18 commits into from
Oct 19, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Make testpaths single
  • Loading branch information
matthewfeickert committed Oct 19, 2021
commit e865224bb2d7a2f311d7d9dc53e7341a1df4e3ac
4 changes: 1 addition & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,7 @@ addopts = [
"--doctest-modules",
"--doctest-glob='*.rst'"
]
testpaths = [
"tests"
]
testpaths = "tests"
markers = [
"fail_jax",
"fail_numpy",
Expand Down