remove six module
This commit is contained in:
parent
961cdac51c
commit
6b7afbf75c
2
.github/workflows/codeql-analysis.yml
vendored
2
.github/workflows/codeql-analysis.yml
vendored
@ -20,7 +20,7 @@ jobs:
|
||||
- name: Install Dependencies
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
pip install PyQt5 numpy scipy six
|
||||
pip install PyQt5 numpy scipy
|
||||
echo "CODEQL_PYTHON=$(which python)" >> $GITHUB_ENV
|
||||
|
||||
# Initializes the CodeQL tools for scanning.
|
||||
|
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -70,7 +70,7 @@ jobs:
|
||||
- name: Install Dependencies
|
||||
run: |
|
||||
pip install --upgrade pip
|
||||
pip install ${{ matrix.qt-version }} numpy${{ matrix.numpy-version }} scipy pyopengl h5py six matplotlib
|
||||
pip install ${{ matrix.qt-version }} numpy${{ matrix.numpy-version }} scipy pyopengl h5py matplotlib
|
||||
pip install .
|
||||
pip install pytest pytest-cov pytest-xdist coverage
|
||||
- name: "Install Linux VirtualDisplay"
|
||||
|
@ -4,7 +4,6 @@ import sys
|
||||
import subprocess
|
||||
import tempfile
|
||||
import pyqtgraph as pg
|
||||
import six
|
||||
import pytest
|
||||
import textwrap
|
||||
import time
|
||||
|
@ -6,7 +6,6 @@ Test for unwanted reference cycles
|
||||
import pyqtgraph as pg
|
||||
import numpy as np
|
||||
import gc, weakref
|
||||
import six
|
||||
import pytest
|
||||
app = pg.mkQApp()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user