Giter Club home page Giter Club logo

Comments (7)

csadorf avatar csadorf commented on July 22, 2024 1

As an immediate work-around it is possible to simply execute pip install pytest-tornasync --no-deps and pytest should function as expected in most scenarios.

from aiidalab.

csadorf avatar csadorf commented on July 22, 2024

The bug was introduced with 3f4f4ff .

from aiidalab.

yakutovicha avatar yakutovicha commented on July 22, 2024

The bug was introduced with aiidalab/aiidalab@3f4f4ff .

@csadorf do you have an idea of what exactly caused this bug?

from aiidalab.

yakutovicha avatar yakutovicha commented on July 22, 2024

pytest-tornasync wasn't installed before this PR.

from aiidalab.

csadorf avatar csadorf commented on July 22, 2024

@yakutovicha I'm still investigating, however the problem is not that we changed our requirements with respect to pytest-tornasync, the problem is that it is somehow registered as a pytest plugin, but not actually installed. And we can't properly install it due to our tornado restriction.

from aiidalab.

csadorf avatar csadorf commented on July 22, 2024

The issue can be resolved by reverting the change to the jupyter_server requirement:

diff --git a/requirements.txt b/requirements.txt
index e12e513..1498fba 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -103,7 +103,7 @@ jsonextended==0.7.11
 jsonschema==3.2.0
 jupyter-client==6.1.7
 jupyter-core==4.6.3
-jupyter-server==1.0.4
+jupyter-server==0.1.1
 jupyterlab-pygments==0.1.2
 jupyterlab-server==1.3.0rc0
 jupyterlab==2.3.0a0

The issue is likely caused by the following commit on the jupyter_server repository: jupyter-server/jupyter_server@45742d9
I assume that jupyter_server version 0.2.1 is probably safe.

from aiidalab.

yakutovicha avatar yakutovicha commented on July 22, 2024

Adress when the CasperWA/voila-optimade-client#183 issue is fixed.

from aiidalab.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.