Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Do not install a package called tests #7

Merged
merged 1 commit into from
Aug 3, 2014

Conversation

jayvdb
Copy link
Contributor

@jayvdb jayvdb commented Jul 29, 2014

The unit tests should not be installed as a package.
Use setuptools instead of distutils.core for setup routine.

The unit tests should not be installed as a package.
Use setuptools instead of distutils.core for setup routine.
josiahcarlson added a commit that referenced this pull request Aug 3, 2014
Do not install a package called tests
@josiahcarlson josiahcarlson merged commit 94782a2 into josiahcarlson:master Aug 3, 2014
@jayvdb
Copy link
Contributor Author

jayvdb commented Nov 23, 2014

Will this be released to pypi soon?

@josiahcarlson
Copy link
Owner

Oh, yeah. Just pushed version 0.20.1 to pypi, which includes this change.

@josiahcarlson
Copy link
Owner

This ended up breaking pypi distribution, so I pulled out the ez_setup stuff and pushed version 0.20.2 that just omits the 'tests' package.

jayvdb added a commit to jayvdb/pywikibot-core that referenced this pull request Dec 17, 2014
The crontab library was add as an optional dependency in aff2846
but used a custom repo to avoid a bug preventing testing, which
is now fixed in the maintainers repo and released onto pypi.

josiahcarlson/parse-crontab#7

Change-Id: I2ecfd2f45641063ce355f7109da59ba34c56871a
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants