setup.cfg 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. [egg_info]
  2. tag_build =
  3. tag_date = 0
  4. [nosetests]
  5. with-sqla_testing = true
  6. exclude = ^examples
  7. first-package-wins = true
  8. where = test
  9. [tool:pytest]
  10. addopts = --tb native -v -r sfxX --maxfail=25 -p no:warnings
  11. python_files = test/*test_*.py
  12. [upload]
  13. sign = 1
  14. identity = C4DAFEE1
  15. [sqla_testing]
  16. requirement_cls = test.requirements:DefaultRequirements
  17. profile_file = test/profiles.txt
  18. oracle_db_link = test_link
  19. [db]
  20. default = sqlite:///:memory:
  21. sqlite = sqlite:///:memory:
  22. sqlite_file = sqlite:///querytest.db
  23. postgresql = postgresql://scott:tiger@127.0.0.1:5432/test
  24. pg8000 = postgresql+pg8000://scott:tiger@127.0.0.1:5432/test
  25. postgresql_psycopg2cffi = postgresql+psycopg2cffi://scott:tiger@127.0.0.1:5432/test
  26. mysql = mysql://scott:tiger@127.0.0.1:3306/test?charset=utf8
  27. pymysql = mysql+pymysql://scott:tiger@127.0.0.1:3306/test?charset=utf8
  28. mssql = mssql+pyodbc://scott:tiger@ms_2008
  29. mssql_pymssql = mssql+pymssql://scott:tiger@ms_2008
  30. oracle = oracle://scott:tiger@127.0.0.1:1521
  31. oracle8 = oracle://scott:tiger@127.0.0.1:1521/?use_ansi=0
  32. firebird = firebird://sysdba:masterkey@localhost//Users/classic/foo.fdb