Skip to content

Commit

Permalink
Pin urllib3 < 2
Browse files Browse the repository at this point in the history
urllib3 needs to be pinned below v2 due to incompabilites with RHEL7
  • Loading branch information
oysteoh committed Oct 16, 2023
1 parent a6779b2 commit 10c7280
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
12 changes: 0 additions & 12 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,6 @@
with open("README.md", "r") as fh:
LONG_DESCRIPTION = fh.read()

TESTS_REQUIRE = [
"mypy",
"bandit",
"black",
"dash[testing]",
"pylint",
"pytest-mock",
"selenium~=3.141",
]

setup(
name="webviz-ert",
description="Webviz plugins for ERT",
Expand All @@ -39,8 +29,6 @@
"webviz-config-equinor",
"webviz-subsurface-components",
],
tests_require=TESTS_REQUIRE,
extras_require={"tests": TESTS_REQUIRE},
setup_requires=["setuptools_scm"],
use_scm_version=True,
zip_safe=False,
Expand Down
1 change: 1 addition & 0 deletions test_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ black
scipy
dash[testing]>=2.5.1
selenium
urllib3<2 # RHEL7 does not support urllib >= 2.0
types-requests
types-pkg_resources
types-PyYAML
Expand Down

0 comments on commit 10c7280

Please sign in to comment.