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

Issues running tests with Python 3.6.8 #26

Open
jwillenbring opened this issue Aug 12, 2021 · 1 comment
Open

Issues running tests with Python 3.6.8 #26

jwillenbring opened this issue Aug 12, 2021 · 1 comment
Assignees

Comments

@jwillenbring
Copy link

Using Pyhton 3.6.8 on an Oracle Linux (Red Hat clone) machine, the following tests failed:

tests/test_data.py::test_AnnotatedCSVData_canStoreDataToDisk FAILED [ 14%]
tests/test_provenance.py::test_ReposcannerLabNotebook_canLogCompletionOfTask FAILED [ 79%]
tests/test_requests.py::test_OfflineRoutineRequest_cloneDirectoryIsBasedOnWorkspaceDirectory FAILED [ 95%]

The key error seems to be:

AttributeError: type object 'datetime.date' has no attribute 'fromisoformat'

It appears this is not available prior to Python 3.7

https://stackoverflow.com/questions/60266554/type-object-datetime-datetime-has-no-attribute-fromisoformat

@mrmundt
Copy link
Contributor

mrmundt commented May 23, 2022

@jwillenbring - Considering that most Python packages are relying on Python 3.7+, do you still want this resolved?

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

No branches or pull requests

3 participants