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

run tests on Python 3.8 #324

Merged
merged 12 commits into from
Jun 2, 2020
Merged

run tests on Python 3.8 #324

merged 12 commits into from
Jun 2, 2020

Conversation

daler
Copy link
Owner

@daler daler commented May 25, 2020

Update test config to run on py3.8; hopefully this will expose issues such as #322

Edit: turns out there are all sorts of other warnings that pop up now from other packages, so those are now addressed. There was also an issue where the intron_exons example script, to demonstrate the usage of the multiprocessing module, was hanging indefinitely. The fix was to use a context manager for the pool . . . which then broke py2 support. The solution was to skip the test on py2.

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.

1 participant