Skip to content

Commit

Permalink
Use testing package from Uranium and CuraEngine
Browse files Browse the repository at this point in the history
Contributes to CURA-10475 and CURA-10591
  • Loading branch information
jellespijker committed Sep 11, 2023
1 parent 3813398 commit 8126b9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -308,11 +308,11 @@ def requirements(self):
self.requires("curaengine_grpc_definitions/latest@ultimaker/testing")
self.requires("zlib/1.2.13")
self.requires("pyarcus/5.3.0")
self.requires("curaengine/(latest)@ultimaker/cura_10475")
self.requires("curaengine/(latest)@ultimaker/testing")
self.requires("pysavitar/5.3.0")
self.requires("pynest2d/5.3.0")
self.requires("curaengine_plugin_gradual_flow/(latest)@ultimaker/testing")
self.requires("uranium/(latest)@ultimaker/cura_10475")
self.requires("uranium/(latest)@ultimaker/testing")
self.requires("cura_binary_data/(latest)@ultimaker/testing")
self.requires("cpython/3.10.4")
if self.options.internal:
Expand Down

0 comments on commit 8126b9a

Please sign in to comment.