paleolimbot commented on code in PR #1183:
URL: 
https://github.com/apache/datafusion-python/pull/1183#discussion_r2190333157


##########
dev/release/README.md:
##########
@@ -176,11 +183,11 @@ source .venv/bin/activate
 # install release candidate
 pip install --extra-index-url https://test.pypi.org/simple/ datafusion==40.0.0
 
-# only dep needed to run tests is pytest
-pip install pytest
+# install test dependencies
+pip install pytest numpy pytest-asyncio
 
 # run the tests
-pytest --import-mode=importlib python/tests
+pytest --import-mode=importlib python/tests -vv

Review Comment:
   If I don't include this the tests fail for me with something about a 
`KeyboardInterrupt` 🤷 



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org
For additional commands, e-mail: github-h...@datafusion.apache.org

Reply via email to