]> git.phdru.name Git - m_librarian.git/commitdiff
Test(tox): Do not restore `validators.py`
authorOleg Broytman <phd@phdru.name>
Fri, 1 Jan 2021 16:50:17 +0000 (19:50 +0300)
committerOleg Broytman <phd@phdru.name>
Fri, 1 Jan 2021 16:50:17 +0000 (19:50 +0300)
It seems we no longer need the hack at AppVeyor.

tox.ini

diff --git a/tox.ini b/tox.ini
index cd541328032d8031adf479b084e257d3055cd282..8fd3250e2c9a28a54c98987a086333761cc77b2a 100644 (file)
--- 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]