dve-lumipy-testing 1.0.360__py3-none-any.whl → 1.0.362__py3-none-any.whl

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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: dve-lumipy-testing
3
- Version: 1.0.360
3
+ Version: 1.0.362
4
4
  Summary: Python library for Luminesce
5
5
  Author: FINBOURNE Technology
6
6
  Author-email: engineering@finbourne.com
@@ -12,7 +12,7 @@ Requires-Dist: pandas>=2.0.0
12
12
  Requires-Dist: numpy
13
13
  Requires-Dist: termcolor
14
14
  Requires-Dist: requests
15
- Requires-Dist: luminesce-sdk==2.1.226
15
+ Requires-Dist: luminesce-sdk==2.1.227
16
16
  Requires-Dist: ipywidgets
17
17
  Requires-Dist: ipytree
18
18
  Requires-Dist: uvicorn
@@ -271,7 +271,7 @@ lumipy/test/data/context_examples/test_titanic_single_bool_column.json,sha256=SC
271
271
  lumipy/test/data/context_examples/test_titanic_test_ignore.json,sha256=HYEcQ3CGrtZ9sdacVnn8Vs38tJi4B7I2Tqqo1kS5BLY,575
272
272
  lumipy/test/integration/__init__.py,sha256=Qb9wYCQF3WMv7emOmpAvnYzvLi3C_dGOqyheycYzp_g,192
273
273
  lumipy/test/integration/test_atlas_build_queries.py,sha256=2wS-kW4uwrUleOU1bRYEHvxmxkWevskw4eIzp1dGUXQ,1286
274
- lumipy/test/integration/test_client.py,sha256=PItjTKdG9JcisWtrn5KqcoEScp47zpw6oVO5aCek3sc,9953
274
+ lumipy/test/integration/test_client.py,sha256=U2XVRPQBUr0U_aU5IVFTD5tIg3cdLUHRVXQj446WS8U,9950
275
275
  lumipy/test/integration/test_direct_providers.py,sha256=SaC1iu7ZKLMF_2lSihmKPM27jRwwfxOXQDdHHKX8VMc,8363
276
276
  lumipy/test/integration/test_lumiflex.py,sha256=FM7r7YjYQD0vLNWXY25ceV5jEpFl0r6douAcj5KlBSI,12593
277
277
  lumipy/test/provider/__init__.py,sha256=GrfZvgfTjrRk6Y8niwJjY60E6DymOrRmuy--1K6Lzuk,148
@@ -379,8 +379,8 @@ lumipy/test/unit/provider_tests/test_provider_factory.py,sha256=ICHlEiYS-GvKFoI5
379
379
  lumipy/test/unit/provider_tests/test_provider_manager.py,sha256=-TT-3ZGpDsFKMz4efWIy7TGAUVtZ2gTDa67DiorIioc,13456
380
380
  lumipy/test/unit/queryjob_tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
381
381
  lumipy/test/unit/queryjob_tests/test_queryjob.py,sha256=1UE4-VuIkAE6vo0vogq3p2iXtTukiAPxOt5Uankx7c4,1542
382
- dve_lumipy_testing-1.0.360.dist-info/METADATA,sha256=e2XIPlgdmVBRBIBGgi--_ePZMV-Ids0uCaExmMLXIzw,11856
383
- dve_lumipy_testing-1.0.360.dist-info/WHEEL,sha256=jB7zZ3N9hIM9adW7qlTAyycLYW9npaWKLRzaoVcLKcM,91
384
- dve_lumipy_testing-1.0.360.dist-info/entry_points.txt,sha256=L7hRlqwmvzHMwaOQzygKLK-gx4k4e1q4Qz5m0DGihW8,46
385
- dve_lumipy_testing-1.0.360.dist-info/top_level.txt,sha256=DVww8LaQM3Xm0WOgo4JE0epePgCM1xGWWWxh7wuv-CY,7
386
- dve_lumipy_testing-1.0.360.dist-info/RECORD,,
382
+ dve_lumipy_testing-1.0.362.dist-info/METADATA,sha256=U_w73CIdW735PwHhScrhAb5OFyrp2RSZ_xrf8xZkXXk,11856
383
+ dve_lumipy_testing-1.0.362.dist-info/WHEEL,sha256=jB7zZ3N9hIM9adW7qlTAyycLYW9npaWKLRzaoVcLKcM,91
384
+ dve_lumipy_testing-1.0.362.dist-info/entry_points.txt,sha256=L7hRlqwmvzHMwaOQzygKLK-gx4k4e1q4Qz5m0DGihW8,46
385
+ dve_lumipy_testing-1.0.362.dist-info/top_level.txt,sha256=DVww8LaQM3Xm0WOgo4JE0epePgCM1xGWWWxh7wuv-CY,7
386
+ dve_lumipy_testing-1.0.362.dist-info/RECORD,,
@@ -230,8 +230,8 @@ class ClientTests(BaseIntTest):
230
230
  self.assertTrue(ver_parsed.minor >= 0)
231
231
 
232
232
  def test_get_latest_available_version_in_single_value_range(self):
233
- ver = self.client._get_latest_available_version_in_range('Python_Providers', "1.16.181", "1.16.181")
234
- self.assertEqual(str(ver), "1.16.181")
233
+ ver = self.client._get_latest_available_version_in_range('Python_Providers', "1.18.68", "1.18.68")
234
+ self.assertEqual(str(ver), "1.18.68")
235
235
 
236
236
  def test_get_latest_available_version_in_range_bad_binary_name_unhappy(self):
237
237
  try: