Skip to content

Commit

Permalink
chore(ci): remove warning filter for fastapi tests (#3001)
Browse files Browse the repository at this point in the history
Now that tiangolo/fastapi#2790 has been merged
in master, we don't need to filter those warnings anymore
  • Loading branch information
PrettyWood committed Jul 19, 2021
1 parent 0c26c1c commit 5ccbdcb
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions tests/test_fastapi.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,4 @@ git checkout "${latest_tag}"
pip install -U flit
flit install

# ignore cryptography warning https://github.com/mpdavis/python-jose/issues/208
PYTHONPATH=./docs/src pytest \
-W 'ignore:int_from_bytes is deprecated, use int.from_bytes instead:cryptography.utils.CryptographyDeprecationWarning' \
-W ignore::pytest.PytestCollectionWarning
PYTHONPATH=./docs/src pytest

0 comments on commit 5ccbdcb

Please sign in to comment.