Skip to content
Snippets Groups Projects
Commit 55528050 authored by Kaushik Kulkarni's avatar Kaushik Kulkarni
Browse files

fixup! remove dependency on pytato

Explains why pytato was being added as a requirement for downstream
packages.
parent b1f4209f
No related branches found
No related tags found
No related merge requests found
......@@ -119,6 +119,9 @@ jobs:
sed -i "/egg=arraycontext/ c git+file://$(readlink -f ..)#egg=arraycontext" requirements.txt
# downstream projects might not be using PytatoArrayContext, force
# pytato as a requirement so that using PytatoArrayContext in the
# downstream package's tests doesn't result in a failure.
echo "git+https://github.com/inducer/pytato.git#egg=pytato" >> requirements.txt
# Avoid slow or complicated tests in downstream projects
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment