Skip to content

Commit 90de0ad

Browse files
Samuelopez-ansyspyansys-ci-bot
authored andcommitted
FIX: Remove dummy project fixture (#6091)
Co-authored-by: pyansys-ci-bot <[email protected]>
1 parent bb99424 commit 90de0ad

File tree

3 files changed

+1
-14
lines changed

3 files changed

+1
-14
lines changed

doc/changelog.d/6091.fixed.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Remove dummy project fixture

tests/system/general/test_27_Maxwell2D.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -51,13 +51,6 @@
5151
export_rl_c_matrix = "export_matrix"
5252

5353

54-
@pytest.fixture(scope="class", autouse=True)
55-
def dummy_prj(add_app):
56-
app = add_app("Dummy_license_checkout_prj")
57-
yield app
58-
app.close_project(app.project_name)
59-
60-
6154
@pytest.fixture()
6255
def aedtapp(add_app):
6356
app = add_app(

tests/system/general/test_28_Maxwell3D.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -52,13 +52,6 @@
5252
layout_component_name = "LayoutForce"
5353

5454

55-
@pytest.fixture(scope="class", autouse=True)
56-
def dummy_prj(add_app):
57-
app = add_app("Dummy_license_checkout_prj")
58-
yield app
59-
app.close_project(app.project_name)
60-
61-
6255
@pytest.fixture()
6356
def m3d_app(add_app):
6457
app = add_app(application=Maxwell3d)

0 commit comments

Comments
 (0)