mirror of
https://github.com/sqlalchemy/sqlalchemy.git
synced 2026-05-30 12:34:52 -04:00
58b2939433
outside of "sqlalchemy" and under "test/". Rationale: - coverage plugin works without issue, without need for an awkward additional package install - command line for "nosetests" isn't polluted with SQLAlchemy options [ticket:1949]
8 lines
110 B
INI
8 lines
110 B
INI
[egg_info]
|
|
tag_build = dev
|
|
|
|
[nosetests]
|
|
with-_sqlalchemy = true
|
|
exclude = ^examples
|
|
first-package-wins = true
|