Skip to content

Commit f5ad2bf

Browse files
committed
Revert "Implementation in unit tests"
This reverts commit 7b56469.
1 parent 27e288d commit f5ad2bf

File tree

2 files changed

+1
-20
lines changed

2 files changed

+1
-20
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ env:
1414
PYMAPDL_DB_PORT: 21001 # default won't work on GitHub runners
1515
PYMAPDL_START_INSTANCE: FALSE
1616
PYANSYS_OFF_SCREEN: True
17-
DPF_START_SERVER: False
18-
DPF_PORT: 50054
1917
DOCKER_PACKAGE: ghcr.io/pyansys/pymapdl/mapdl
2018
DOCKER_IMAGE_VERSION_DOCS_BUILD: v22.2.0
2119
# Following env vars when changed will "reset" the mentioned cache,
@@ -344,15 +342,9 @@ jobs:
344342
LICENSE_SERVER: ${{ secrets.LICENSE_SERVER }}
345343
MAPDL_IMAGE: ${{ env.DOCKER_PACKAGE }}:${{ matrix.mapdl-version }}
346344

347-
- name: Unit Testing Requirements Installation
345+
- name: Unit Testing
348346
run: |
349347
pip install -r requirements/requirements_tests.txt
350-
351-
- name: DPF Server Activation
352-
run: |
353-
docker run -it --rm -v `pwd`:/dpf -p 50054:50054 ghcr.io/pyansys/dpf-core/dpf:v2021.1
354-
355-
- name: Unit Testing
356348
xvfb-run pytest -v --durations=0 --cov=ansys.mapdl.core --cov-report=xml --cov-report=html
357349
358350
- uses: codecov/codecov-action@v3

tests/test_dpf.py

Lines changed: 0 additions & 11 deletions
This file was deleted.

0 commit comments

Comments
 (0)