Skip to content

Commit 2f0a8ae

Browse files
committed
reactivate failing tests on macos that might indicate an issue with new handling of namespace packages in python
1 parent bc6504d commit 2f0a8ae

File tree

2 files changed

+0
-11
lines changed

2 files changed

+0
-11
lines changed

testing/completeSourceInEnv.sh

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
# do not run on macOS
2-
if [ "$3" == "macOS" ]; then
3-
exit 0
4-
fi
5-
61
# setup an external venv
72
python3 -m venv dune-env
83
. dune-env/bin/activate

testing/installPlusSource.sh

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
1-
# do not run on macOS
2-
if [ "$3" == "macOS" ]; then
3-
exit 0
4-
fi
5-
6-
71
base="https://gitlab.dune-project.org"
82
coreurl="$base/core"
93
femurl="$base/dune-fem"

0 commit comments

Comments
 (0)