Skip to content
Snippets Groups Projects
Commit 4d04ac6d authored by Eric Müller's avatar Eric Müller :mountain_bicyclist:
Browse files

test: gitlab ci build [DO-NOT-MERGE]

parent 01330d63
No related branches found
No related tags found
No related merge requests found
......@@ -98,7 +98,7 @@ def spec(parser, args):
# Use command line specified specs, otherwise try to use environment specs.
if args.specs:
input_specs = spack.cmd.parse_specs(args.specs)
concretized_specs = spack.cmd.parse_specs(args.specs, concretize=True)
concretized_specs = spack.cmd.parse_specs(args.specs, concretize=True, tests=True)
specs = list(zip(input_specs, concretized_specs))
else:
env = ev.active_environment()
......
......@@ -401,6 +401,7 @@ def create_opener():
"""Create an opener that can handle OCI authentication."""
opener = urllib.request.OpenerDirector()
for handler in [
urllib.request.ProxyHandler({ "http": "proxy.kip.uni-heidelberg.de:8080"})
urllib.request.UnknownHandler(),
urllib.request.HTTPSHandler(),
spack.util.web.SpackHTTPDefaultErrorHandler(),
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment