From: Oleg Broytman Date: Fri, 8 Jan 2021 16:20:52 +0000 (+0300) Subject: Test(tox): Do not restore `validators.py` X-Git-Tag: 0.3.0~11 X-Git-Url: https://git.phdru.name/?p=sqlconvert.git;a=commitdiff_plain;h=2ab2947532f55e95db8783c77aa1a49c97c0d77b 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 95fa7c7..5502cbe 100644 --- a/tox.ini +++ b/tox.ini @@ -22,7 +22,6 @@ passenv = PGPASSWORD platform = linux # Don't fail or warn on uninstalled commands whitelist_externals = - cmd createdb dropdb @@ -120,7 +119,6 @@ commands = {[postgres-w32]commands} [testenv:py37-postgres-w32] platform = win32 commands = - cmd /c "copy devscripts\\CI\\validators.py {envsitepackagesdir}\\formencode\\validators.py" {[postgres-w32]commands} [testenv:py38-postgres-w32] @@ -189,7 +187,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]