isolate 0.12.8__tar.gz → 0.12.9__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of isolate might be problematic. Click here for more details.
- {isolate-0.12.8 → isolate-0.12.9}/PKG-INFO +1 -1
- {isolate-0.12.8 → isolate-0.12.9}/pyproject.toml +1 -1
- {isolate-0.12.8 → isolate-0.12.9}/src/isolate/backends/conda.py +1 -1
- {isolate-0.12.8 → isolate-0.12.9}/LICENSE +0 -0
- {isolate-0.12.8 → isolate-0.12.9}/README.md +0 -0
- {isolate-0.12.8 → isolate-0.12.9}/src/isolate/__init__.py +0 -0
- {isolate-0.12.8 → isolate-0.12.9}/src/isolate/backends/__init__.py +0 -0
- {isolate-0.12.8 → isolate-0.12.9}/src/isolate/backends/_base.py +0 -0
- {isolate-0.12.8 → isolate-0.12.9}/src/isolate/backends/common.py +0 -0
- {isolate-0.12.8 → isolate-0.12.9}/src/isolate/backends/local.py +0 -0
- {isolate-0.12.8 → isolate-0.12.9}/src/isolate/backends/pyenv.py +0 -0
- {isolate-0.12.8 → isolate-0.12.9}/src/isolate/backends/remote.py +0 -0
- {isolate-0.12.8 → isolate-0.12.9}/src/isolate/backends/settings.py +0 -0
- {isolate-0.12.8 → isolate-0.12.9}/src/isolate/backends/virtualenv.py +0 -0
- {isolate-0.12.8 → isolate-0.12.9}/src/isolate/common/__init__.py +0 -0
- {isolate-0.12.8 → isolate-0.12.9}/src/isolate/common/timestamp.py +0 -0
- {isolate-0.12.8 → isolate-0.12.9}/src/isolate/connections/__init__.py +0 -0
- {isolate-0.12.8 → isolate-0.12.9}/src/isolate/connections/_local/__init__.py +0 -0
- {isolate-0.12.8 → isolate-0.12.9}/src/isolate/connections/_local/_base.py +0 -0
- {isolate-0.12.8 → isolate-0.12.9}/src/isolate/connections/_local/agent_startup.py +0 -0
- {isolate-0.12.8 → isolate-0.12.9}/src/isolate/connections/common.py +0 -0
- {isolate-0.12.8 → isolate-0.12.9}/src/isolate/connections/grpc/__init__.py +0 -0
- {isolate-0.12.8 → isolate-0.12.9}/src/isolate/connections/grpc/_base.py +0 -0
- {isolate-0.12.8 → isolate-0.12.9}/src/isolate/connections/grpc/agent.py +0 -0
- {isolate-0.12.8 → isolate-0.12.9}/src/isolate/connections/grpc/configuration.py +0 -0
- {isolate-0.12.8 → isolate-0.12.9}/src/isolate/connections/grpc/definitions/__init__.py +0 -0
- {isolate-0.12.8 → isolate-0.12.9}/src/isolate/connections/grpc/definitions/agent.proto +0 -0
- {isolate-0.12.8 → isolate-0.12.9}/src/isolate/connections/grpc/definitions/agent_pb2.py +0 -0
- {isolate-0.12.8 → isolate-0.12.9}/src/isolate/connections/grpc/definitions/agent_pb2.pyi +0 -0
- {isolate-0.12.8 → isolate-0.12.9}/src/isolate/connections/grpc/definitions/agent_pb2_grpc.py +0 -0
- {isolate-0.12.8 → isolate-0.12.9}/src/isolate/connections/grpc/definitions/common.proto +0 -0
- {isolate-0.12.8 → isolate-0.12.9}/src/isolate/connections/grpc/definitions/common_pb2.py +0 -0
- {isolate-0.12.8 → isolate-0.12.9}/src/isolate/connections/grpc/definitions/common_pb2.pyi +0 -0
- {isolate-0.12.8 → isolate-0.12.9}/src/isolate/connections/grpc/definitions/common_pb2_grpc.py +0 -0
- {isolate-0.12.8 → isolate-0.12.9}/src/isolate/connections/grpc/interface.py +0 -0
- {isolate-0.12.8 → isolate-0.12.9}/src/isolate/connections/ipc/__init__.py +0 -0
- {isolate-0.12.8 → isolate-0.12.9}/src/isolate/connections/ipc/_base.py +0 -0
- {isolate-0.12.8 → isolate-0.12.9}/src/isolate/connections/ipc/agent.py +0 -0
- {isolate-0.12.8 → isolate-0.12.9}/src/isolate/logs.py +0 -0
- {isolate-0.12.8 → isolate-0.12.9}/src/isolate/py.typed +0 -0
- {isolate-0.12.8 → isolate-0.12.9}/src/isolate/registry.py +0 -0
- {isolate-0.12.8 → isolate-0.12.9}/src/isolate/server/__init__.py +0 -0
- {isolate-0.12.8 → isolate-0.12.9}/src/isolate/server/definitions/__init__.py +0 -0
- {isolate-0.12.8 → isolate-0.12.9}/src/isolate/server/definitions/server.proto +0 -0
- {isolate-0.12.8 → isolate-0.12.9}/src/isolate/server/definitions/server_pb2.py +0 -0
- {isolate-0.12.8 → isolate-0.12.9}/src/isolate/server/definitions/server_pb2.pyi +0 -0
- {isolate-0.12.8 → isolate-0.12.9}/src/isolate/server/definitions/server_pb2_grpc.py +0 -0
- {isolate-0.12.8 → isolate-0.12.9}/src/isolate/server/health/__init__.py +0 -0
- {isolate-0.12.8 → isolate-0.12.9}/src/isolate/server/health/health.proto +0 -0
- {isolate-0.12.8 → isolate-0.12.9}/src/isolate/server/health/health_pb2.py +0 -0
- {isolate-0.12.8 → isolate-0.12.9}/src/isolate/server/health/health_pb2.pyi +0 -0
- {isolate-0.12.8 → isolate-0.12.9}/src/isolate/server/health/health_pb2_grpc.py +0 -0
- {isolate-0.12.8 → isolate-0.12.9}/src/isolate/server/health_server.py +0 -0
- {isolate-0.12.8 → isolate-0.12.9}/src/isolate/server/interface.py +0 -0
- {isolate-0.12.8 → isolate-0.12.9}/src/isolate/server/server.py +0 -0
|
@@ -161,7 +161,7 @@ class CondaEnvironment(BaseEnvironment[Path]):
|
|
|
161
161
|
def _run_create(self, env_path: str, env_name: str) -> None:
|
|
162
162
|
if self._exec_command == "conda":
|
|
163
163
|
self._run_conda(
|
|
164
|
-
"env", "create", "--
|
|
164
|
+
"env", "create", "--yes", "--prefix", env_path, "-f", env_name
|
|
165
165
|
)
|
|
166
166
|
else:
|
|
167
167
|
self._run_conda("env", "create", "--prefix", env_path, "-f", env_name)
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{isolate-0.12.8 → isolate-0.12.9}/src/isolate/connections/grpc/definitions/agent_pb2_grpc.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{isolate-0.12.8 → isolate-0.12.9}/src/isolate/connections/grpc/definitions/common_pb2_grpc.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|