Skip to content

Commit 460ddbe

Browse files
committed
update requirements and conanfile
1 parent 734a901 commit 460ddbe

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,7 @@ gen_model/
137137

138138
# test data repos
139139
tests/data/vspec
140+
tests/data/json
140141

141142
# test reports
142143
results/

src/velocitas/model_generator/cpp/cpp_generator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ def __gen_conan_package(self):
7272
path = os.path.join(self.target_folder, "conanfile.py")
7373
with open(path, "w", encoding="utf-8") as file:
7474
file.write(
75-
"""from conans import ConanFile
75+
"""from conan import ConanFile
7676
7777
class VehicleModelConan(ConanFile):
7878
name = "vehicle-model"

tests/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
pytest
22
pytest-cov
3-
conan==1.62.0
4-
velocitas-lib==0.0.4
3+
conan>2
4+
velocitas-lib==0.0.13

0 commit comments

Comments
 (0)