Skip to content

Commit

Permalink
Pin down urllib3 to earlier version
Browse files Browse the repository at this point in the history
  • Loading branch information
miohtama committed Oct 2, 2023
1 parent 314e542 commit 822eb65
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/source/development.rst
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,12 @@ Check that the tests of unmodified master branch pass:
pytest
For fast parallel test execution run with ``pytest-xdist`` across all of your CPUs:

.. code-block::
pytest -n auto --dist loadscope
You should get all green.

Some tests will be skipped, because they require full EVM nodes. JSON-RPC needs to be configured through environment variables.
Expand Down
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@ sigfig = "^1.3.2"
zope-dottedname = {version = "^6.0", optional = true}
pytest-xdist = {version = "^3.3.1", optional = true}

# https://github.com/apache/arrow/pull/35412
# Last checked 2023-07, still broken
urllib3 = "<2"

[tool.poetry.dev-dependencies]
pytest = "^6.2.5"
pytest-mock = "^3.7.0"
Expand Down

0 comments on commit 822eb65

Please sign in to comment.