Skip to content

Commit

Permalink
edgetest config
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanSoley committed Sep 18, 2023
1 parent 27d77a3 commit 17820f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ qa = [
"black",
"build",
"edgetest",
"edgetest-conda",
"flake8",
"isort",
"pre-commit",
Expand Down Expand Up @@ -111,10 +112,9 @@ build-backend = "setuptools.build_meta"
[edgetest]
command = "pytest --no-cov -m 'not run_notebooks and not write_files'"
extras = ["tests"]
python_version = "3.9"

[edgetest.envs.core]
python_version = "3.9"
extras = ["tests"]
upgrade = [
"click",
"dash",
Expand Down

0 comments on commit 17820f3

Please sign in to comment.