From 238312cc750c1e7e89a60d26ea097244d05e5719 Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Tue, 29 Jan 2019 20:03:46 -0800 Subject: [PATCH] Remove remnants from previous PRs - warnings in configparser were silenced upstream (unless `-3` is passed) - we no longer invoke tests from `python setup.py test` --- pytest.ini | 2 -- setup.cfg | 3 --- 2 files changed, 5 deletions(-) diff --git a/pytest.ini b/pytest.ini index bbe2275..fdf83b3 100644 --- a/pytest.ini +++ b/pytest.ini @@ -3,7 +3,5 @@ norecursedirs = .git .* *.egg* old docs dist build addopts = -rw filterwarnings = error - # python2.x `configparser` warns about native string but it works fine - ignore:You passed a bytestring as `filenames`.*:DeprecationWarning # python3.4 raises this when importing setuptools ignore:The value of convert_charrefs will become True in 3.5.*:DeprecationWarning diff --git a/setup.cfg b/setup.cfg index 7fd7beb..4bc37ad 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,3 @@ -[aliases] -test=pytest - [bdist_wheel] universal = 1