From: Oleg Broytman Date: Fri, 1 Jan 2021 16:50:17 +0000 (+0300) Subject: Test(tox): Do not restore `validators.py` X-Git-Tag: 0.1.6~18 X-Git-Url: https://git.phdru.name/?p=m_librarian.git;a=commitdiff_plain;h=97875a13522f9b44b4eecc805ee81416508847bc Test(tox): Do not restore `validators.py` It seems we no longer need the hack at AppVeyor. --- diff --git a/tox.ini b/tox.ini index cd54132..8fd3250 100644 --- a/tox.ini +++ b/tox.ini @@ -18,7 +18,6 @@ deps = -rdevscripts/requirements/requirements_tests.txt passenv = CI TRAVIS TRAVIS_* APPVEYOR DISTUTILS_USE_SDK MSSdk INCLUDE LIB WINDIR platform = linux -whitelist_externals = cmd.exe [general] commands = @@ -71,7 +70,6 @@ commands = {[sqlite-w32]commands} [testenv:py37-sqlite-w32] platform = win32 commands = - cmd /c "copy devscripts\\CI\\validators.py {envsitepackagesdir}\\formencode\\validators.py" {[sqlite-w32]commands} [testenv:py38-sqlite-w32]