diracx-testing 0.0.1a16__tar.gz → 0.0.1a17__tar.gz
Sign up to get free protection for your applications and to get access to all the features.
- {diracx_testing-0.0.1a16 → diracx_testing-0.0.1a17}/PKG-INFO +1 -1
- {diracx_testing-0.0.1a16 → diracx_testing-0.0.1a17}/src/diracx/testing/__init__.py +2 -2
- {diracx_testing-0.0.1a16 → diracx_testing-0.0.1a17}/src/diracx_testing.egg-info/PKG-INFO +1 -1
- {diracx_testing-0.0.1a16 → diracx_testing-0.0.1a17}/README.md +0 -0
- {diracx_testing-0.0.1a16 → diracx_testing-0.0.1a17}/pyproject.toml +0 -0
- {diracx_testing-0.0.1a16 → diracx_testing-0.0.1a17}/setup.cfg +0 -0
- {diracx_testing-0.0.1a16 → diracx_testing-0.0.1a17}/src/diracx/testing/osdb.py +0 -0
- {diracx_testing-0.0.1a16 → diracx_testing-0.0.1a17}/src/diracx_testing.egg-info/SOURCES.txt +0 -0
- {diracx_testing-0.0.1a16 → diracx_testing-0.0.1a17}/src/diracx_testing.egg-info/dependency_links.txt +0 -0
- {diracx_testing-0.0.1a16 → diracx_testing-0.0.1a17}/src/diracx_testing.egg-info/requires.txt +0 -0
- {diracx_testing-0.0.1a16 → diracx_testing-0.0.1a17}/src/diracx_testing.egg-info/top_level.txt +0 -0
@@ -378,7 +378,7 @@ def with_config_repo(tmp_path_factory):
|
|
378
378
|
|
379
379
|
repo = Repo.init(tmp_path, initial_branch="master")
|
380
380
|
cs_file = tmp_path / "default.yml"
|
381
|
-
example_cs = Config.
|
381
|
+
example_cs = Config.model_validate(
|
382
382
|
{
|
383
383
|
"DIRAC": {},
|
384
384
|
"Registry": {
|
@@ -418,7 +418,7 @@ def with_config_repo(tmp_path_factory):
|
|
418
418
|
"Operations": {"Defaults": {}},
|
419
419
|
}
|
420
420
|
)
|
421
|
-
cs_file.write_text(example_cs.
|
421
|
+
cs_file.write_text(example_cs.model_dump_json())
|
422
422
|
repo.index.add([cs_file]) # add it to the index
|
423
423
|
repo.index.commit("Added a new file")
|
424
424
|
yield tmp_path
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{diracx_testing-0.0.1a16 → diracx_testing-0.0.1a17}/src/diracx_testing.egg-info/dependency_links.txt
RENAMED
File without changes
|
{diracx_testing-0.0.1a16 → diracx_testing-0.0.1a17}/src/diracx_testing.egg-info/requires.txt
RENAMED
File without changes
|
{diracx_testing-0.0.1a16 → diracx_testing-0.0.1a17}/src/diracx_testing.egg-info/top_level.txt
RENAMED
File without changes
|