yum list ignores --disablerepo, --enablerepo options

Yuri Kanivetsky <[email protected]> Mon, 5 Sep 2016 10:35:55 +0300
Newsgroups gmane.linux.rpm.yum
Message-ID <CAMhVC3Y_KpNFs3=GovHk5rk7aSFb5_hAcazwMmJMyBM0ANVKSA@mail.gmail.com>
Hi,

--disablerepo, --enablerepo options don't seem to work when doing yum list:

$ yum --disablerepo=* list
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
Installed Packages
acl.x86_64                                 2.2.51-12.el7            @base
apr.x86_64                                 1.4.8-3.el7              @base
...

$ yum --disablerepo=ius list | grep python
...
python35u.x86_64                         3.5.2-1.ius.centos7            @ius
...

Am I doing it wrong?

Regards,
Yuri