Skip to content

Commit

Permalink
Various final fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Zac-HD committed Apr 28, 2024
1 parent a98771f commit f449cf9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hypothesis-python/scripts/other-tests.sh
Expand Up @@ -26,10 +26,10 @@ $PYTEST tests/dpcontracts/
pip uninstall -y dpcontracts

pip install "$(grep 'fakeredis==' ../requirements/coverage.txt)"
pip install "$(grep 'typing-extensions==' ../requirements/coverage.txt)"
$PYTEST tests/redis/
pip uninstall -y redis fakeredis

pip install "$(grep 'typing-extensions==' ../requirements/coverage.txt)"
$PYTEST tests/typing_extensions/
pip uninstall -y typing_extensions

Expand Down
1 change: 1 addition & 0 deletions hypothesis-python/tests/conjecture/test_ir.py
Expand Up @@ -406,6 +406,7 @@ def test_node_with_same_ir_type_but_different_value_is_invalid(data):


@given(st.data())
@settings(suppress_health_check=[HealthCheck.too_slow])
def test_data_with_changed_was_forced(data):
# we had a normal node and then tried to draw a different forced value from it.
# ir tree: v1 [was_forced=False]
Expand Down
2 changes: 1 addition & 1 deletion tooling/src/hypothesistooling/__main__.py
Expand Up @@ -432,7 +432,7 @@ def run_tox(task, version, *args):
"3.10": "3.10.14",
"3.11": "3.11.8",
"3.12": "3.12.2",
"3.13": "3.13.0a5",
"3.13": "3.13.0a6",
"pypy3.8": "pypy3.8-7.3.11",
"pypy3.9": "pypy3.9-7.3.15",
"pypy3.10": "pypy3.10-7.3.15",
Expand Down

0 comments on commit f449cf9

Please sign in to comment.