From: Jeremy Stanley Date: Sun, 27 Jan 2019 19:25:19 +0000 (+0000) Subject: Be explicit about test requirements in tox.ini X-Git-Url: https://mudpy.org/gitweb?a=commitdiff_plain;h=52d18039ae407b9c30b4b852c99e187b09854b81;hp=52d18039ae407b9c30b4b852c99e187b09854b81;p=mudpy.git Be explicit about test requirements in tox.ini Only a couple of the testenvs listed in tox.ini actually made use of the packages claimed as general test dependencies inherited by all testenvs. Move these to their corresponding declarations and drop the old test-requirements.txt file. ---