]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
add posargs to pep8
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 29 May 2020 20:47:29 +0000 (16:47 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 29 May 2020 20:47:29 +0000 (16:47 -0400)
we want to be able to specify --output-file

Change-Id: Ib4e992d47587385a50c35ca915bc5adcb2ca49fa

tox.ini

diff --git a/tox.ini b/tox.ini
index e459d5c11e3a27e4a7fa732cf3a5955c8a072b0b..20254218c03f93e750fd1b73e63b475f3a321c90 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -98,7 +98,7 @@ deps=
       pygments
       black==19.10b0
 commands =
-     flake8 ./lib/ ./test/ ./examples/ setup.py doc/build/conf.py
+     flake8 ./lib/ ./test/ ./examples/ setup.py doc/build/conf.py {posargs}
      black --check .
 
 # command run in the github action when cext are active.
@@ -111,4 +111,4 @@ commands=
 [testenv:github-nocext]
 commands=
   python -m pytest {env:WORKERS} {env:SQLITE:} {env:POSTGRESQL:} {env:MYSQL:} {env:ORACLE:} {env:MSSQL:} {env:BACKENDONLY:} {env:IDENTS:} {env:NOMEMORY:} {env:COVERAGE:} {posargs}
-  oracle,mssql,sqlite_file: python reap_dbs.py db_idents.txt
\ No newline at end of file
+  oracle,mssql,sqlite_file: python reap_dbs.py db_idents.txt