You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use the liveserver fixture with a fixed port because I need SSL and have nginx setup in front of it. The first test runs fine, but when running another pytest session before TIME_WAIT expires I get the address already in use error. I suspect either cleanup is not done properly when the liveserver quits or it's just a TCP/IP thing.
Is there a workaround for this? I really need the fixed port because otherwise proxying from nginx won't work.
Thanks!
The text was updated successfully, but these errors were encountered:
I use the liveserver fixture with a fixed port because I need SSL and have nginx setup in front of it. The first test runs fine, but when running another pytest session before TIME_WAIT expires I get the address already in use error. I suspect either cleanup is not done properly when the liveserver quits or it's just a TCP/IP thing.
Is there a workaround for this? I really need the fixed port because otherwise proxying from nginx won't work.
Thanks!
The text was updated successfully, but these errors were encountered: