Home
last modified time | relevance | path

Searched refs:deps_matches_subset (Results 1 – 2 of 2) sorted by relevance

/dports/devel/py-tox/tox-3.12.1/src/tox/
H A Dvenv.py83 def matches_with_reason(self, other, deps_matches_subset=False): argument
99 if deps_matches_subset:
107 def matches(self, other, deps_matches_subset=False): argument
108 outcome, _ = self.matches_with_reason(other, deps_matches_subset)
/dports/devel/py-tox/tox-3.12.1/src/tox/package/builder/
H A Disolated.py19 package_venv.envconfig.deps_matches_subset = True