Mark Jones
Mark Jones
My API is running in us-east-1c. I'll send the rest of the details via email.
Was looking to see how hard this would be an it does look a bit daunting! createFactory returns a function that creates an element and createElement returns an element. Looks...
For Django I stole the above ``` - name: Download Stripe CLI run: | # Download linux version as per Stripe documentation curl -L https://github.com/stripe/stripe-cli/releases/download/v1.13.8/stripe_1.13.8_linux_x86_64.tar.gz --output stripe.tar.gz # Unzip tar...
The solution when using pytest-random-order is to specify the seed. I created a ticket for that plugin [here](https://github.com/jbasko/pytest-random-order/issues/49) --random-order-bucket=global _without --random-order-seed=constant_ causes this problem I disagree with @AetherUnbound about it...
The above patch from @DetachHead almost worked for me. I did have to add `num_workers = num_workers.get_result()` or it would fail during the comparison.
``` pytest==7.4.0 pytest-base-url==2.0.0 pytest-celery==0.0.0 pytest-cov==4.1.0 pytest-django==4.5.2 pytest-forked==1.4.0 pytest-random-order==1.1.0 pytest-xdist==3.3.1 ``` I'll try updating and see if I can remove that line.
pytest-xdist-3.5.0 and python 3.10.13 the problem persists. I'm just going to leave the line in and it works.
The solution above doesn't help me with version "0.24.0". I still get the same error despite the following ``` await Tortoise.init( config={ "connections": {"default": os.environ["DB_URL"]}, "apps": { "models": { "models":...