mirror of
https://github.com/GNS3/gns3-server
synced 2024-11-13 20:08:55 +00:00
Fix installation issue with Python 3.4 and aiohttp cors
This commit is contained in:
parent
2fe589b1a8
commit
cdcdba7411
@ -6,6 +6,7 @@ python:
|
||||
sudo: false
|
||||
cache: pip
|
||||
install:
|
||||
- pip install -U setuptools pip
|
||||
- python setup.py install
|
||||
- pip install -rdev-requirements.txt
|
||||
script:
|
||||
|
@ -15,7 +15,7 @@
|
||||
# You should have received a copy of the GNU General Public License
|
||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
|
||||
import gc
|
||||
import pytest
|
||||
import socket
|
||||
import asyncio
|
||||
@ -228,6 +228,7 @@ def run_around_tests(monkeypatch, port_manager, controller, config):
|
||||
shutil.rmtree(tmppath)
|
||||
except:
|
||||
pass
|
||||
gc.collect()
|
||||
|
||||
|
||||
@pytest.fixture
|
||||
|
Loading…
Reference in New Issue
Block a user