We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eef2752 commit 184466eCopy full SHA for 184466e
pyproject.toml
@@ -43,7 +43,15 @@ graphics = [
43
filetransfer = [
44
"ansys-tools-filetransfer>=0.1.1",
45
]
46
-
+[dependency-groups]
47
+dev = [
48
+ "pytest==8.4.0",
49
+ "pytest-cov==6.1.1",
50
+ "pyfakefs==5.8.0",
51
+ "hypothesis==6.135.10",
52
+ "grpcio==1.73.0",
53
+ "grpcio-health-checking==1.68.0",
54
+]
55
tests = [
56
"pytest==8.4.0",
57
"pytest-cov==6.1.1",
0 commit comments