Skip to content

Commit f658d1c

Browse files
authored
infra: consolidate dependency lists (#125)
1 parent 89abe44 commit f658d1c

File tree

3 files changed

+2
-9
lines changed

3 files changed

+2
-9
lines changed

sagemaker-pyspark-sdk/requirements.txt

Lines changed: 0 additions & 3 deletions
This file was deleted.

sagemaker-pyspark-sdk/setup.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -104,9 +104,6 @@ def read_version():
104104
"pyspark==2.3.4",
105105
"numpy",
106106
],
107-
108-
setup_requires=["pyspark>=2.4.5", "pypandoc", "pytest-runner", "numpy"],
109-
tests_require=["pytest", "pytest-cov", "pytest-xdist", "coverage"]
110107
)
111108

112109
finally:

sagemaker-pyspark-sdk/tox.ini

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ skip_missing_interpreters = False
66
deps =
77
coverage == 4.4
88
pytest
9-
pytest-xdist
9+
pytest-cov
1010
pytest-rerunfailures
11-
-rrequirements.txt
11+
pytest-xdist
1212

1313
LANG=en_US.UTF-8
1414
LANGUAGE=en_US:en
@@ -30,7 +30,6 @@ basepython=python3
3030
deps =
3131
sphinx
3232
sphinx_rtd_theme
33-
-rrequirements.txt
3433

3534
commands = sphinx-build -b html docs html
3635

0 commit comments

Comments
 (0)