Skip to content

Commit 22dca8b

Browse files
committed
Removing pylint, it's not distributed anymore
1 parent 7dc7a9e commit 22dca8b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

bin/stashcp2/tests/test_inside_docker.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ rpm -Uvh https://dl.fedoraproject.org/pub/epel/epel-release-latest-${OS_VERSION}
1515
yum -y install yum-plugin-priorities
1616
rpm -Uvh https://repo.grid.iu.edu/osg/3.3/osg-3.3-el${OS_VERSION}-release-latest.rpm
1717

18-
yum -y install osg-oasis pylint
18+
yum -y install osg-oasis
1919

2020
echo "user_allow_other" >> /etc/fuse.conf
2121

@@ -35,7 +35,7 @@ set -e
3535
module load xrootd
3636

3737
# For now, disable pylint failures
38-
pylint /StashCache/bin/stashcp || /bin/true
38+
#pylint /StashCache/bin/stashcp || /bin/true
3939

4040
# Copy in the .job.ad file:
4141
cp /StashCache/bin/stashcp2/tests/job.ad ./.job.ad

0 commit comments

Comments
 (0)