2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2025-12-16 12:17:08 +00:00

fix pointless error messages in tests

This commit is contained in:
2024-08-21 15:48:49 +03:00
parent 2787b6c4ec
commit e6601e1bf7
3 changed files with 27 additions and 15 deletions

View File

@@ -37,6 +37,9 @@ CAVERN = "cavern" # for parsing .svx files and producing .3d files
SURVEXPORT = "survexport" # for parsing .3d files and producing .pos files
MOGRIFY = "mogrify" # for rotating images
NOTABLECAVES1623 = ["290", "291", "264", "258", "204"]
NOTABLECAVES1626 = ["359"]
# Note that this builds upon the django system installed
# global settings in
# django/conf/global_settings.py which is automatically loaded first.