Skip to content

Commit

Permalink
add pytest-xdist to c2fj[tests] install
Browse files Browse the repository at this point in the history
  • Loading branch information
tomhea committed Jan 11, 2025
1 parent 301cd4f commit 10df509
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ flipjump = ">=1.3.0"
pytest = { version = "^7.4.0", optional = true }

[tool.poetry.extras]
tests = ["pytest"]
tests = ["pytest", "pytest-xdist"]

[tool.poetry.scripts]
c2fj = 'c2fj.c2fj_main:main'

0 comments on commit 10df509

Please sign in to comment.