Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
Ignore attrs warning
  • Loading branch information
toddstrader authored and cmarqu committed Mar 1, 2024
1 parent 80bcc75 commit a7a86e8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@

# Do not fail on DeprecationWarning caused by virtualenv, which might come from
# the distutils or site modules.
export PYTHONWARNINGS = error,ignore::DeprecationWarning:distutils,ignore::DeprecationWarning:site
# Do not fail on DeprecationWarning caused by attrs dropping 3.6 support
export PYTHONWARNINGS = error,ignore::DeprecationWarning:distutils,ignore::DeprecationWarning:site,ignore::DeprecationWarning:attr

REGRESSIONS := $(shell ls test_cases/)

Expand Down

0 comments on commit a7a86e8

Please sign in to comment.