You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pin-pipenv-version-test-app and pyuwsgi-pipenv-test-app - pipenv 2023.11.14 may be too old for this:
Error in sys.excepthook:
Traceback (most recent call last):
File "/opt/app-root/src/.local/venvs/pipenv/lib64/python3.14/site-packages/pipenv/exceptions.py", line 26, in handle_exception
from pipenv import environments
File "/opt/app-root/src/.local/venvs/pipenv/lib64/python3.14/site-packages/pipenv/__init__.py", line 40, in <module>
from pipenv.cli import cli # noqa
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/app-root/src/.local/venvs/pipenv/lib64/python3.14/site-packages/pipenv/cli/__init__.py", line 1, in <module>
from .command import cli # noqa
^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/app-root/src/.local/venvs/pipenv/lib64/python3.14/site-packages/pipenv/cli/command.py", line 6, in <module>
from pipenv.cli.options import (
...<16 lines>...
)
File "/opt/app-root/src/.local/venvs/pipenv/lib64/python3.14/site-packages/pipenv/cli/options.py", line 4, in <module>
from pipenv.project import Project
File "/opt/app-root/src/.local/venvs/pipenv/lib64/python3.14/site-packages/pipenv/project.py", line 38, in <module>
from pipenv.utils.dependencies import (
...<9 lines>...
)
File "/opt/app-root/src/.local/venvs/pipenv/lib64/python3.14/site-packages/pipenv/utils/dependencies.py", line 50, in <module>
from .markers import PipenvMarkers
File "/opt/app-root/src/.local/venvs/pipenv/lib64/python3.14/site-packages/pipenv/utils/markers.py", line 25, in <module>
class PipenvMarkers(BaseModel):
...<42 lines>...
return combined_marker
File "/opt/app-root/src/.local/venvs/pipenv/lib64/python3.14/site-packages/pipenv/vendor/pydantic/main.py", line 221, in __new__
inferred = ModelField.infer(
name=var_name,
...<3 lines>...
config=config,
)
File "/opt/app-root/src/.local/venvs/pipenv/lib64/python3.14/site-packages/pipenv/vendor/pydantic/fields.py", line 506, in infer
return cls(
name=name,
...<7 lines>...
field_info=field_info,
)
File "/opt/app-root/src/.local/venvs/pipenv/lib64/python3.14/site-packages/pipenv/vendor/pydantic/fields.py", line 436, in __init__
self.prepare()
~~~~~~~~~~~~^^
File "/opt/app-root/src/.local/venvs/pipenv/lib64/python3.14/site-packages/pipenv/vendor/pydantic/fields.py", line 546, in prepare
self._set_default_and_type()
~~~~~~~~~~~~~~~~~~~~~~~~~~^^
File "/opt/app-root/src/.local/venvs/pipenv/lib64/python3.14/site-packages/pipenv/vendor/pydantic/fields.py", line 578, in _set_default_and_type
raise errors_.ConfigError(f'unable to infer type for attribute "{self.name}"')
pipenv.vendor.pydantic.errors.ConfigError: unable to infer type for attribute "os_name"
I don't really know why pytest doesn't work, it seemingly can't find the correct interpreter?
3.14-minimal - funny thing, pyuwsgi doesn't have wheels for 3.14 yet, but it doesn't mainfest in 3.14 container. I suspect "full" 3.14 installs gcc and creates the required wheels under the hood. 3.14-minimal doesn't have gcc installed by default.
3.14-minimal - funny thing, pyuwsgi doesn't have wheels for 3.14 yet, but it doesn't mainfest in 3.14 container. I suspect "full" 3.14 installs gcc and creates the required wheels under the hood. 3.14-minimal doesn't have gcc installed by default.
I would just ignore it for now. It is not a fault of the container. At a future point in time pyuwgi will publish wheels for 3.14 and the example will start working in our test suite. This is ready for review.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
[test]