diracx-testing 0.0.1a16__py3-none-any.whl → 0.0.1a17__py3-none-any.whl

Sign up to get free protection for your applications and to get access to all the features.
@@ -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.parse_obj(
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.json())
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
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: diracx-testing
3
- Version: 0.0.1a16
3
+ Version: 0.0.1a17
4
4
  Summary: TODO
5
5
  License: GPL-3.0-only
6
6
  Classifier: Intended Audience :: Science/Research
@@ -0,0 +1,6 @@
1
+ diracx/testing/__init__.py,sha256=JFoMvc7VwOImm0CuGiJU9Lb-xwKxNx2WZdV2FuLu1N4,20145
2
+ diracx/testing/osdb.py,sha256=-EFZNyEY07Zq7HdQGZxS3H808Y94aaUhmo0x-Y8xo3Q,3592
3
+ diracx_testing-0.0.1a17.dist-info/METADATA,sha256=uesAYJrA2K61yXPBgUran91pIbmlBOK4gyTVKbIlung,615
4
+ diracx_testing-0.0.1a17.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
5
+ diracx_testing-0.0.1a17.dist-info/top_level.txt,sha256=vJx10tdRlBX3rF2Psgk5jlwVGZNcL3m_7iQWwgPXt-U,7
6
+ diracx_testing-0.0.1a17.dist-info/RECORD,,
@@ -1,6 +0,0 @@
1
- diracx/testing/__init__.py,sha256=xsBwJ8Ta1KH7bEBlWNhHK1u2U3KurwbrKcVCMoJXV6E,20129
2
- diracx/testing/osdb.py,sha256=-EFZNyEY07Zq7HdQGZxS3H808Y94aaUhmo0x-Y8xo3Q,3592
3
- diracx_testing-0.0.1a16.dist-info/METADATA,sha256=Vxwr5eBOFz6liF95u8rVpoNABAv-fR11nxL2YKxB7QM,615
4
- diracx_testing-0.0.1a16.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
5
- diracx_testing-0.0.1a16.dist-info/top_level.txt,sha256=vJx10tdRlBX3rF2Psgk5jlwVGZNcL3m_7iQWwgPXt-U,7
6
- diracx_testing-0.0.1a16.dist-info/RECORD,,