Skip to content

Commit e4a2e3b

Browse files
committed
build(deps): remove pytest-xdist
1 parent 24a30f8 commit e4a2e3b

File tree

4 files changed

+2
-30
lines changed

4 files changed

+2
-30
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ format:
99
black -S -l 119 pytorch_optimizer tests setup.py lint.py
1010

1111
test:
12-
python3 -m pytest -n auto -sv -vv --cov=pytorch_optimizer --cov-report=xml ./tests
12+
python3 -m pytest -sv -vv --cov=pytorch_optimizer --cov-report=xml ./tests
1313

1414
check:
1515
isort --check-only --profile black -l 119 pytorch_optimizer tests setup.py lint.py

Pipfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ black = "==21.12b0"
99
pylint = "==3.0.0a4"
1010
pytest = "==6.2.5"
1111
pytest-cov = "==3.0.0"
12-
pytest-xdist = "==2.5.0"
1312

1413
[packages]
1514
numpy = "==1.21.4"

Pipfile.lock

Lines changed: 1 addition & 25 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

requirements-dev.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ attrs==21.4.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2,
1515
black==21.12b0
1616
click==8.0.3; python_version >= '3.6'
1717
coverage[toml]==6.3; python_version >= '3.7'
18-
execnet==1.9.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
1918
iniconfig==1.1.1
2019
isort==5.10.1
2120
lazy-object-proxy==1.7.1; python_version >= '3.6'
@@ -30,8 +29,6 @@ py==1.11.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.
3029
pylint==3.0.0a4
3130
pyparsing==3.0.7; python_version >= '3.6'
3231
pytest-cov==3.0.0
33-
pytest-forked==1.4.0; python_version >= '3.6'
34-
pytest-xdist==2.5.0
3532
pytest==6.2.5
3633
setuptools==60.5.0; python_version >= '3.7'
3734
toml==0.10.2; python_version >= '2.6' and python_version not in '3.0, 3.1, 3.2, 3.3'

0 commit comments

Comments
 (0)