#2620: Going around azure dev ops to fail the script

This commit is contained in:
Czar Echavez
2024-07-01 15:57:15 +01:00
parent 4dd50be11a
commit a47a14b86e
2 changed files with 25 additions and 6 deletions

View File

@@ -37,9 +37,7 @@ dependencies = [
"typer[all]==0.9.0",
"pydantic==2.7.0",
"ipywidgets",
"deepdiff",
"nbmake==1.5.4",
"pytest-xdist==3.3.1"
"deepdiff"
]
[tool.setuptools.dynamic]
@@ -74,7 +72,9 @@ dev = [
"Sphinx==7.1.2",
"sphinx-copybutton==0.5.2",
"wheel==0.38.4",
"nbsphinx==0.9.4"
"nbsphinx==0.9.4",
"nbmake==1.5.4",
"pytest-xdist==3.3.1"
]
[project.scripts]