-
Notifications
You must be signed in to change notification settings - Fork 65
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: patch changed behavior of
setproperty!
for modules (#583)
* fix: patch changed behavior of `setproperty!` for modules * test: fix Aqua stale deps test * test: ignore broken tests temporarily * test: ignore GC test for 1.11 * test: ignore julia GC test on pre-1.10 * remove unused REPL dependency * investigating why this test fails on julia 1.11 * removing version-dependent behaviour * revert skipped tests * fix jlwrap test * fix merge error * fix unbound args error * re-skip test to fix later * reintroduce skipped test --------- Co-authored-by: Christopher Doris <github.com/cjdoris>
- Loading branch information
1 parent
00f36f9
commit bd80929
Showing
7 changed files
with
18 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,4 @@ | ||
@testitem "Aqua" begin | ||
# The unbound_args test fails on methods with signature like foo(::Type{Tuple{Vararg{V}}}) where V | ||
# Seems like a bug. | ||
import Aqua | ||
Aqua.test_all(PythonCall, unbound_args = false) | ||
Aqua.test_all(PythonCall) | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters