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

Add dateutil #52

Merged
merged 1 commit into from
Dec 30, 2020
Merged

Add dateutil #52

merged 1 commit into from
Dec 30, 2020

Conversation

fabaff
Copy link
Contributor

@fabaff fabaff commented Sep 17, 2020

dateutil is a requirement for running the tests.

+ /usr/bin/pytest -v tests
============================= test session starts ==============================
platform linux -- Python 3.9.0rc1, pytest-6.0.2, py-1.9.0, pluggy-0.13.1 -- /usr/bin/python3
cachedir: .pytest_cache
rootdir: /builddir/build/BUILD/py-august-0.25.0, configfile: setup.cfg, testpaths: tests
plugins: cov-2.10.1
collecting ... collected 0 items / 6 errors
==================================== ERRORS ====================================
___________________ ERROR collecting tests/test_activity.py ____________________
ImportError while importing test module '/builddir/build/BUILD/py-august-0.25.0/tests/test_activity.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/lib64/python3.9/importlib/__init__.py:127: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
tests/test_activity.py:5: in <module>
    from august.activity import (
../../BUILDROOT/python-august-0.25.0-1.fc34.noarch/usr/lib/python3.9/site-packages/august/activity.py:3: in <module>
    import dateutil.parser
E   ModuleNotFoundError: No module named 'dateutil'

@ai-write-city ai-write-city merged commit e8b875d into snjoetw:master Dec 30, 2020
@ai-write-city
Copy link
Collaborator

Thanks @fabaff, merged

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