Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pkg test suite: in the TestArguments test package, relax the assertion that Base.JLOptions().depwarn is 1 #2818

Merged
merged 1 commit into from
Nov 1, 2021

Conversation

DilumAluthge
Copy link
Member

Fixes #2817

@DilumAluthge DilumAluthge added CI continuous integration backport pending 1.6 labels Nov 1, 2021
@DilumAluthge DilumAluthge changed the title Relax the assertion that Base.JLOptions().depwarn is 1 Pkg test suite: in the TestArguments test package, relax the assertion that Base.JLOptions().depwarn is 1 Nov 1, 2021
…ion that `Base.JLOptions().depwarn` is `1`
@DilumAluthge DilumAluthge force-pushed the dpa/test-testarguments-depwarn branch from 960e53b to 7ebd7cf Compare November 1, 2021 06:47
@DilumAluthge
Copy link
Member Author

I'm going to merge this now so I can go ahead and try it out on Buildkite, but @c42f and @staticfloat please do still take a look and make sure that this change is okay.

@DilumAluthge DilumAluthge merged commit 972fe33 into master Nov 1, 2021
@DilumAluthge DilumAluthge deleted the dpa/test-testarguments-depwarn branch November 1, 2021 07:57
@staticfloat
Copy link
Member

Yeah, this seems fine to me.

KristofferC pushed a commit that referenced this pull request Nov 9, 2021
…ion that `Base.JLOptions().depwarn` is `1` (#2818)

(cherry picked from commit 972fe33)
KristofferC pushed a commit that referenced this pull request Nov 10, 2021
…ion that `Base.JLOptions().depwarn` is `1` (#2818)

(cherry picked from commit 972fe33)
IanButterworth pushed a commit that referenced this pull request Nov 11, 2021
…ion that `Base.JLOptions().depwarn` is `1` (#2818)

(cherry picked from commit 972fe33)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI continuous integration
Projects
None yet
Development

Successfully merging this pull request may close these issues.

AssertionError: (Base.JLOptions()).depwarn == 1 when we run the Pkg tests with Base.runtests(["Pkg"])
3 participants