-
Notifications
You must be signed in to change notification settings - Fork 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
Dependencies is missing for poetry. #83
Labels
Comments
jma
added a commit
to jma/rero-ils
that referenced
this issue
Aug 8, 2022
The new 1.4.12 version of pytest-invenio is not `poetry` friendly. See: inveniosoftware/pytest-invenio#83 for more details. Co-Authored-by: Johnny Mariéthoz <[email protected]>
jma
added a commit
to jma/rero-ils
that referenced
this issue
Aug 8, 2022
The new 1.4.12 version of pytest-invenio is not `poetry` friendly. See: inveniosoftware/pytest-invenio#83 for more details. Co-Authored-by: Johnny Mariéthoz <[email protected]>
rerowep
added a commit
to rerowep/rero-mef
that referenced
this issue
Aug 8, 2022
The new 1.4.12 version of pytest-invenio is not `poetry` friendly. See: inveniosoftware/pytest-invenio#83 for more details. Co-Authored-by: Peter Weber <[email protected]>
rerowep
added a commit
to rerowep/rero-ebooks
that referenced
this issue
Aug 8, 2022
* fixes pytest-invenio problems with `poetry`. See: inveniosoftware/pytest-invenio#83 Co-Authored-by: Peter Weber <[email protected]>
rerowep
added a commit
to rerowep/rero-mef
that referenced
this issue
Aug 8, 2022
The new 1.4.12 version of pytest-invenio is not `poetry` friendly. See: inveniosoftware/pytest-invenio#83 for more details. Co-Authored-by: Peter Weber <[email protected]>
jma
added a commit
to rero/rero-ils
that referenced
this issue
Aug 8, 2022
The new 1.4.12 version of pytest-invenio is not `poetry` friendly. See: inveniosoftware/pytest-invenio#83 for more details. Co-Authored-by: Johnny Mariéthoz <[email protected]>
rerowep
added a commit
to rero/rero-mef
that referenced
this issue
Aug 10, 2022
The new 1.4.12 version of pytest-invenio is not `poetry` friendly. See: inveniosoftware/pytest-invenio#83 for more details. Co-Authored-by: Peter Weber <[email protected]>
rerowep
added a commit
to rero/rero-ebooks
that referenced
this issue
Aug 10, 2022
* fixes pytest-invenio problems with `poetry`. See: inveniosoftware/pytest-invenio#83 Co-Authored-by: Peter Weber <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Package version (if known): 1.4.12
Describe the bug
In the new 1.4.12 version a pyproject.toml has been created. Unfortunately, poetry consider pyproject.toml for entrypoints and dependencies instead of
setup.py
file. Thus when an invenio instance using poetry try to installpytest-invenio>1.4.11
all configuration present in thesetup.py
and not in thepyproject.toml
is ignored.Steps to Reproduce
pytest
command does not recognize the--pycodestyle
option as thepytest-pydocstyle
package is not installedExpected behavior
All configuration present in the
setup.py
should be present in thepyproject.toml
: dependencies, entrypoints, etc.The text was updated successfully, but these errors were encountered: