Skip to content

Commit

Permalink
Merge pull request #126 from janezd/disable-table-locking
Browse files Browse the repository at this point in the history
Disable table locking until Orange 3.31
  • Loading branch information
janezd committed Oct 16, 2021
2 parents 4022308 + 6b98fb5 commit eabe56c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions orangecontrib/educational/tests/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
import Orange
Orange.data.Table.LOCKING = False

0 comments on commit eabe56c

Please sign in to comment.