-
I have suspicion that test command is not taking into account my toml settings. Please see error below its trying to connect to default repo (https://pypi.org/simple/cryptography/): my toml file: `[project] requires-python = "==3.11" dependencies = [ [build-system] #versioning [tool.versioningit] [tool.pytest.ini_options] #build [tool.hatch.envs.default.env-vars] Tested on hatch 1.10.0 1.11.0 and 1.12.0 Tried both installer = "pip" and installer = "uv" with proper PIP_ and UV_ env-vars |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
you must use the internal test environment which does not inherit from |
Beta Was this translation helpful? Give feedback.
you must use the internal test environment which does not inherit from
default
https://hatch.pypa.io/1.12/config/internal/testing/#customize-environment