Skip to content

Fixed a broken test in test_find_packages #22

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

Merged
merged 1 commit into from
Dec 29, 2017
Merged

Fixed a broken test in test_find_packages #22

merged 1 commit into from
Dec 29, 2017

Conversation

jmsdnns
Copy link
Contributor

@jmsdnns jmsdnns commented Dec 28, 2017

This test was failing when I ran it.

The test checks whether or not packages are found with find_packages, but the test was written such that the order the files are read from the file system matters. Both Python 2.7 and 3.x make no guarantees about the order the files are read.

Using a set addresses this.

@blink1073
Copy link
Contributor

Thanks!

@blink1073 blink1073 merged commit 104bac3 into jupyter:master Dec 29, 2017
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.

2 participants