Skip to content

Commit

Permalink
Fix formatting, deprecation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Zac-HD committed Feb 19, 2024
1 parent 4190cdc commit c6dbb78
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,9 @@ jobs:
- name: Install dependencies
run: python -m pip install --upgrade pip setuptools tox
- name: Run tests
env:
# we hit https://github.com/dateutil/dateutil/issues/1314 via pandas/plotly
PYTHONWARNINGS: ignore::DeprecationWarning:dateutil
run: python -m tox --recreate -e ${{ matrix.toxenv }}

release:
Expand Down
1 change: 0 additions & 1 deletion tests/test_collection.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

from hypofuzz import interface


TEST_CODE = """
import pytest
from hypothesis import given, settings, strategies as st
Expand Down
1 change: 0 additions & 1 deletion tests/test_e2e.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@

from hypofuzz import entrypoint


TEST_CODE = """
from hypothesis import given, settings, strategies as st
from hypothesis.database import InMemoryExampleDatabase
Expand Down

0 comments on commit c6dbb78

Please sign in to comment.