1 2 3 4 5 6 7
//! Integration tests for `uv lock`. #[cfg(all(feature = "test-python", feature = "test-pypi"))] use uv_test::pypi_proxy; #[cfg(all(feature = "test-python", feature = "test-pypi"))] mod lock;