Skip to content

Commit

Permalink
remove dbr104 env support
Browse files Browse the repository at this point in the history
  • Loading branch information
R7L208 committed Apr 28, 2024
1 parent 59171a5 commit a0cc65b
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 60 deletions.
7 changes: 0 additions & 7 deletions python/requirements/dbr104/dbr104.txt

This file was deleted.

4 changes: 0 additions & 4 deletions python/requirements/dbr104/dbr104_arm.txt

This file was deleted.

36 changes: 0 additions & 36 deletions python/requirements/dbr104/install_non_dev_dependencies.sh

This file was deleted.

1 change: 0 additions & 1 deletion python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
long_description_content_type="text/markdown",
url="https://databrickslabs.github.io/tempo/",
packages=find_packages(where=".", include=["tempo"]),
install_requires=["ipython", "pandas", "scipy", "pyspark"],
extras_require=dict(tests=["pytest"]),
classifiers=[
"Programming Language :: Python :: 3",
Expand Down
13 changes: 1 addition & 12 deletions python/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ isolated_build = True
envlist =
; Mirror Supported LTS DBR versions here: https://docs.databricks.com/release-notes/runtime/
; Use correct PySpark version based on Python version present in env name
dbr{91,104,113,122,133,143}
dbr{113,122,133,143}
coverage-report
skip_missing_interpreters = true

Expand All @@ -21,24 +21,13 @@ basepython =
dbr133: py310
dbr122: py39
dbr113: py39
dbr104: py38
deps =
-rrequirements/dev.txt
-rrequirements/{envname}.txt
commands =
coverage erase
coverage run -m unittest discover -s tests -p '*_tests.py'

[testenv:dbr104]
allowlist_externals = chmod, bash, source
deps =
-rrequirements/dev.txt
commands =
chmod +x ./requirements/dbr104/install_non_dev_dependencies.sh
source ./requirements/dbr104/install_non_dev_dependencies.sh
coverage erase
coverage run -m unittest discover -s tests -p '*_tests.py'

[testenv:lint]
description = run linters
skipsdist = true
Expand Down

0 comments on commit a0cc65b

Please sign in to comment.