Skip to content

Commit 7751199

Browse files
Adarsh Pyarelaladarshp
Adarsh Pyarelal
andauthored
Cleaning up some obsolete Python code, commenting out Python tests for CI (#542)
* Removing Python REST API and ModX source code * commenting out python tests Co-authored-by: Adarsh Pyarelal <adarsh@arizona.edu>
1 parent 3eaf2d4 commit 7751199

32 files changed

+5
-13656
lines changed

.github/workflows/ci.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,11 @@ jobs:
7979
pip install -e .[test]
8080
8181
# Run the Python WM test suite
82-
make test_wm
82+
# The line below was commented out by Adarsh on 2022-02-09 since we
83+
# don't really need to have the Python bindings used by external teams,
84+
# and the Python-C++ interactions are causing problems on the Github
85+
# Actions CI runner.
86+
# make test_wm
8387
8488
pwd
8589
echo "### Building and running Python tests"

delphi/apps/ModX/app.py

-183
This file was deleted.

delphi/apps/ModX/app.wsgi

-9
This file was deleted.

0 commit comments

Comments
 (0)