Skip to content

Commit

Permalink
chore: Removes pytest xdist
Browse files Browse the repository at this point in the history
  • Loading branch information
frgfm committed Jan 24, 2024
1 parent 39669e3 commit 458895d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ test = [
"torchvision>=0.15.0,<1.0.0",
"pytest>=7.3.2",
"pytest-cov>=3.0.0,<5.0.0",
"pytest-xdist>=2.0.0,<4.0.0",
"pytest-pretty>=1.0.0,<2.0.0",
]
quality = [
Expand Down Expand Up @@ -75,7 +74,6 @@ dev = [
"torchvision>=0.15.0,<1.0.0",
"pytest>=7.3.2",
"pytest-cov>=4.0.0,<5.0.0",
"pytest-xdist>=3.0.0,<4.0.0",
"pytest-pretty>=1.0.0,<2.0.0",
# style
"ruff==0.1.11",
Expand Down

0 comments on commit 458895d

Please sign in to comment.